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