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