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