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 moresource§impl SnapshotArchiveInfoGetter for IncrementalSnapshotArchiveInfo
impl SnapshotArchiveInfoGetter for IncrementalSnapshotArchiveInfo
fn snapshot_archive_info(&self) -> &SnapshotArchiveInfo
fn path(&self) -> &PathBuf
fn slot(&self) -> Slot
fn hash(&self) -> &SnapshotHash
fn archive_format(&self) -> ArchiveFormat
fn is_remote(&self) -> bool
impl 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<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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
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.