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