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