pub struct IncrementalSnapshotArchiveInfo { /* private fields */ }
Expand description
Information about an incremental snapshot archive: its path, slot, base slot, hash, and archive format
Implementations§
Trait Implementations§
source§impl Clone for IncrementalSnapshotArchiveInfo
impl Clone for IncrementalSnapshotArchiveInfo
source§fn clone(&self) -> IncrementalSnapshotArchiveInfo
fn clone(&self) -> IncrementalSnapshotArchiveInfo
Returns a copy 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 Ord for IncrementalSnapshotArchiveInfo
impl Ord for IncrementalSnapshotArchiveInfo
source§impl PartialEq<IncrementalSnapshotArchiveInfo> for IncrementalSnapshotArchiveInfo
impl PartialEq<IncrementalSnapshotArchiveInfo> for IncrementalSnapshotArchiveInfo
source§fn eq(&self, other: &IncrementalSnapshotArchiveInfo) -> bool
fn eq(&self, other: &IncrementalSnapshotArchiveInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<IncrementalSnapshotArchiveInfo> for IncrementalSnapshotArchiveInfo
impl PartialOrd<IncrementalSnapshotArchiveInfo> for IncrementalSnapshotArchiveInfo
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moreimpl Eq for IncrementalSnapshotArchiveInfo
impl StructuralEq for IncrementalSnapshotArchiveInfo
impl StructuralPartialEq for IncrementalSnapshotArchiveInfo
Auto Trait Implementations§
impl RefUnwindSafe for IncrementalSnapshotArchiveInfo
impl Send for IncrementalSnapshotArchiveInfo
impl Sync for IncrementalSnapshotArchiveInfo
impl Unpin for IncrementalSnapshotArchiveInfo
impl UnwindSafe for IncrementalSnapshotArchiveInfo
Blanket Implementations§
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.