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