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