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