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