pub struct WriteBatchOptions {
pub max_batch_num: usize,
pub sync_writes: bool,
}Fields§
§max_batch_num: usize§sync_writes: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for WriteBatchOptions
impl RefUnwindSafe for WriteBatchOptions
impl Send for WriteBatchOptions
impl Sync for WriteBatchOptions
impl Unpin for WriteBatchOptions
impl UnwindSafe for WriteBatchOptions
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