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