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