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