Struct schema_org_constants::CdFormatIriOrLabel
source · pub struct CdFormatIriOrLabel;Trait Implementations§
source§impl PartialEq<&str> for CdFormatIriOrLabel
impl PartialEq<&str> for CdFormatIriOrLabel
source§impl PartialEq<CdFormatIriOrLabel> for &str
impl PartialEq<CdFormatIriOrLabel> for &str
source§fn eq(&self, other: &CdFormatIriOrLabel) -> bool
fn eq(&self, other: &CdFormatIriOrLabel) -> bool
This method tests for
self and other values to be equal, and is used
by ==.Auto Trait Implementations§
impl Freeze for CdFormatIriOrLabel
impl RefUnwindSafe for CdFormatIriOrLabel
impl Send for CdFormatIriOrLabel
impl Sync for CdFormatIriOrLabel
impl Unpin for CdFormatIriOrLabel
impl UnwindSafe for CdFormatIriOrLabel
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