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