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