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