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