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