pub struct ReplicationDiff {
pub entries: Vec<ReplicationDiffEntry>,
pub is_truncated: bool,
pub scanned_versions: usize,
pub extra: BTreeMap<String, Value>,
}Expand description
A bounded, on-demand scan of object versions that have not replicated.
Fields§
§entries: Vec<ReplicationDiffEntry>§is_truncated: bool§scanned_versions: usize§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for ReplicationDiff
impl Clone for ReplicationDiff
Source§fn clone(&self) -> ReplicationDiff
fn clone(&self) -> ReplicationDiff
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 moreSource§impl Debug for ReplicationDiff
impl Debug for ReplicationDiff
Source§impl<'de> Deserialize<'de> for ReplicationDiff
impl<'de> Deserialize<'de> for ReplicationDiff
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReplicationDiff
impl PartialEq for ReplicationDiff
Source§impl Serialize for ReplicationDiff
impl Serialize for ReplicationDiff
impl StructuralPartialEq for ReplicationDiff
Auto Trait Implementations§
impl Freeze for ReplicationDiff
impl RefUnwindSafe for ReplicationDiff
impl Send for ReplicationDiff
impl Sync for ReplicationDiff
impl Unpin for ReplicationDiff
impl UnsafeUnpin for ReplicationDiff
impl UnwindSafe for ReplicationDiff
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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