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