pub struct PaymentOperationBuilder { /* private fields */ }
Expand description
PaymentOperation
builder.
Implementations§
Trait Implementations§
Source§impl Clone for PaymentOperationBuilder
impl Clone for PaymentOperationBuilder
Source§fn clone(&self) -> PaymentOperationBuilder
fn clone(&self) -> PaymentOperationBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for PaymentOperationBuilder
impl RefUnwindSafe for PaymentOperationBuilder
impl Send for PaymentOperationBuilder
impl Sync for PaymentOperationBuilder
impl Unpin for PaymentOperationBuilder
impl UnwindSafe for PaymentOperationBuilder
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