pub struct PaymentMethodIriOrLabel;Trait Implementations§
Source§impl PartialEq<&str> for PaymentMethodIriOrLabel
impl PartialEq<&str> for PaymentMethodIriOrLabel
Source§impl PartialEq<PaymentMethodIriOrLabel> for &str
impl PartialEq<PaymentMethodIriOrLabel> for &str
Auto Trait Implementations§
impl Freeze for PaymentMethodIriOrLabel
impl RefUnwindSafe for PaymentMethodIriOrLabel
impl Send for PaymentMethodIriOrLabel
impl Sync for PaymentMethodIriOrLabel
impl Unpin for PaymentMethodIriOrLabel
impl UnwindSafe for PaymentMethodIriOrLabel
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