pub struct ContentRepository {
pub id: Id,
pub source: Option<UriReference>,
}
Fields§
§id: Id
§source: Option<UriReference>
Trait Implementations§
Source§impl Clone for ContentRepository
impl Clone for ContentRepository
Source§fn clone(&self) -> ContentRepository
fn clone(&self) -> ContentRepository
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 ContentRepository
impl Debug for ContentRepository
Source§impl<'de> Deserialize<'de> for ContentRepository
impl<'de> Deserialize<'de> for ContentRepository
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 ContentRepository
impl PartialEq for ContentRepository
Source§impl Serialize for ContentRepository
impl Serialize for ContentRepository
impl Eq for ContentRepository
impl StructuralPartialEq for ContentRepository
Auto Trait Implementations§
impl Freeze for ContentRepository
impl RefUnwindSafe for ContentRepository
impl Send for ContentRepository
impl Sync for ContentRepository
impl Unpin for ContentRepository
impl UnwindSafe for ContentRepository
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