pub struct SkippedSnapshotFile {
pub path: String,
pub size: u64,
}Fields§
§path: String§size: u64Trait Implementations§
Source§impl Clone for SkippedSnapshotFile
impl Clone for SkippedSnapshotFile
Source§fn clone(&self) -> SkippedSnapshotFile
fn clone(&self) -> SkippedSnapshotFile
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 SkippedSnapshotFile
impl RefUnwindSafe for SkippedSnapshotFile
impl Send for SkippedSnapshotFile
impl Sync for SkippedSnapshotFile
impl Unpin for SkippedSnapshotFile
impl UnsafeUnpin for SkippedSnapshotFile
impl UnwindSafe for SkippedSnapshotFile
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