pub struct FilesystemSnapshot {
pub format: String,
pub bytes: Vec<u8>,
}Fields§
§format: String§bytes: Vec<u8>Trait Implementations§
Source§impl Clone for FilesystemSnapshot
impl Clone for FilesystemSnapshot
Source§fn clone(&self) -> FilesystemSnapshot
fn clone(&self) -> FilesystemSnapshot
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 FilesystemSnapshot
impl Debug for FilesystemSnapshot
impl Eq for FilesystemSnapshot
Source§impl PartialEq for FilesystemSnapshot
impl PartialEq for FilesystemSnapshot
Source§fn eq(&self, other: &FilesystemSnapshot) -> bool
fn eq(&self, other: &FilesystemSnapshot) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FilesystemSnapshot
Auto Trait Implementations§
impl Freeze for FilesystemSnapshot
impl RefUnwindSafe for FilesystemSnapshot
impl Send for FilesystemSnapshot
impl Sync for FilesystemSnapshot
impl Unpin for FilesystemSnapshot
impl UnsafeUnpin for FilesystemSnapshot
impl UnwindSafe for FilesystemSnapshot
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