pub struct ReplicationOptions {
pub batch_size: u64,
pub batches_limit: u64,
}Expand description
Replication configuration.
Fields§
§batch_size: u64Number of documents to process per batch.
batches_limit: u64Maximum number of batches to buffer.
Trait Implementations§
Source§impl Clone for ReplicationOptions
impl Clone for ReplicationOptions
Source§fn clone(&self) -> ReplicationOptions
fn clone(&self) -> ReplicationOptions
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 ReplicationOptions
impl Debug for ReplicationOptions
Auto Trait Implementations§
impl Freeze for ReplicationOptions
impl RefUnwindSafe for ReplicationOptions
impl Send for ReplicationOptions
impl Sync for ReplicationOptions
impl Unpin for ReplicationOptions
impl UnwindSafe for ReplicationOptions
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