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