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