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