pub struct PaymentOpts { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for PaymentOpts
impl RefUnwindSafe for PaymentOpts
impl Send for PaymentOpts
impl Sync for PaymentOpts
impl Unpin for PaymentOpts
impl UnsafeUnpin for PaymentOpts
impl UnwindSafe for PaymentOpts
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