pub struct TransferBatch { /* private fields */ }Expand description
Consuming owner of every prepared object in one transfer transaction.
Implementations§
Source§impl TransferBatch
impl TransferBatch
Auto Trait Implementations§
impl !RefUnwindSafe for TransferBatch
impl !Sync for TransferBatch
impl Freeze for TransferBatch
impl Send for TransferBatch
impl Unpin for TransferBatch
impl UnsafeUnpin for TransferBatch
impl UnwindSafe for TransferBatch
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