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
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 UnsafeUnpin 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