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