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