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