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