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