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