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