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