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