pub struct SnapshotDirectoryStats {
pub skipped_large_files: Vec<SkippedSnapshotFile>,
}Fields§
§skipped_large_files: Vec<SkippedSnapshotFile>Trait Implementations§
Source§impl Clone for SnapshotDirectoryStats
impl Clone for SnapshotDirectoryStats
Source§fn clone(&self) -> SnapshotDirectoryStats
fn clone(&self) -> SnapshotDirectoryStats
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 SnapshotDirectoryStats
impl Debug for SnapshotDirectoryStats
Source§impl Default for SnapshotDirectoryStats
impl Default for SnapshotDirectoryStats
Source§fn default() -> SnapshotDirectoryStats
fn default() -> SnapshotDirectoryStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SnapshotDirectoryStats
impl RefUnwindSafe for SnapshotDirectoryStats
impl Send for SnapshotDirectoryStats
impl Sync for SnapshotDirectoryStats
impl Unpin for SnapshotDirectoryStats
impl UnsafeUnpin for SnapshotDirectoryStats
impl UnwindSafe for SnapshotDirectoryStats
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