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