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