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