pub struct SnapshotBatchConfig {
pub initial_batch_size: usize,
pub subsequent_batch_size: usize,
}Fields§
§initial_batch_size: usize§subsequent_batch_size: usizeTrait Implementations§
Source§impl Clone for SnapshotBatchConfig
impl Clone for SnapshotBatchConfig
Source§fn clone(&self) -> SnapshotBatchConfig
fn clone(&self) -> SnapshotBatchConfig
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 moreSource§impl Debug for SnapshotBatchConfig
impl Debug for SnapshotBatchConfig
impl Copy for SnapshotBatchConfig
Auto Trait Implementations§
impl Freeze for SnapshotBatchConfig
impl RefUnwindSafe for SnapshotBatchConfig
impl Send for SnapshotBatchConfig
impl Sync for SnapshotBatchConfig
impl Unpin for SnapshotBatchConfig
impl UnwindSafe for SnapshotBatchConfig
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