pub struct ContentService {
pub id: Id,
pub source: Option<UriReference>,
}
Fields§
§id: Id
§source: Option<UriReference>
Trait Implementations§
Source§impl Clone for ContentService
impl Clone for ContentService
Source§fn clone(&self) -> ContentService
fn clone(&self) -> ContentService
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ContentService
impl Debug for ContentService
Source§impl<'de> Deserialize<'de> for ContentService
impl<'de> Deserialize<'de> for ContentService
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ContentService
impl PartialEq for ContentService
Source§impl Serialize for ContentService
impl Serialize for ContentService
impl Eq for ContentService
impl StructuralPartialEq for ContentService
Auto Trait Implementations§
impl Freeze for ContentService
impl RefUnwindSafe for ContentService
impl Send for ContentService
impl Sync for ContentService
impl Unpin for ContentService
impl UnwindSafe for ContentService
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more