pub struct SnapshotBatchConfig {
pub strategy: SnapshotBatchStrategy,
}Fields§
§strategy: SnapshotBatchStrategyImplementations§
Source§impl SnapshotBatchConfig
impl SnapshotBatchConfig
Sourcepub fn builder() -> SnapshotBatchConfigBuilder
pub fn builder() -> SnapshotBatchConfigBuilder
Create an instance of SnapshotBatchConfig using the builder syntax
Trait 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
Source§impl Default for SnapshotBatchConfig
impl Default for SnapshotBatchConfig
Source§impl PartialEq for SnapshotBatchConfig
impl PartialEq for SnapshotBatchConfig
impl Eq for SnapshotBatchConfig
impl StructuralPartialEq 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.