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