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