pub struct BatchCreate { /* private fields */ }Expand description
Creates a batch. Build with Batches::create.
Implementations§
Trait Implementations§
Source§impl Clone for BatchCreate
impl Clone for BatchCreate
Source§fn clone(&self) -> BatchCreate
fn clone(&self) -> BatchCreate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for BatchCreate
impl !UnwindSafe for BatchCreate
impl Freeze for BatchCreate
impl Send for BatchCreate
impl Sync for BatchCreate
impl Unpin for BatchCreate
impl UnsafeUnpin for BatchCreate
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