pub struct ReplicationSnapshot {
pub entries: Vec<StoredEntry>,
pub watermarks: ShardWatermarks,
}Fields§
§entries: Vec<StoredEntry>§watermarks: ShardWatermarksTrait Implementations§
Source§impl Clone for ReplicationSnapshot
impl Clone for ReplicationSnapshot
Source§fn clone(&self) -> ReplicationSnapshot
fn clone(&self) -> ReplicationSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ReplicationSnapshot
impl RefUnwindSafe for ReplicationSnapshot
impl Send for ReplicationSnapshot
impl Sync for ReplicationSnapshot
impl Unpin for ReplicationSnapshot
impl UnsafeUnpin for ReplicationSnapshot
impl UnwindSafe for ReplicationSnapshot
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