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