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