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