pub struct Batches { /* private fields */ }Expand description
The batches namespace. Obtain one with Client::batches.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Batches
impl !UnwindSafe for Batches
impl Freeze for Batches
impl Send for Batches
impl Sync for Batches
impl Unpin for Batches
impl UnsafeUnpin for Batches
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