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