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