Struct backup_deduplicator::data::DirectoryInformation
source · pub struct DirectoryInformation {
pub path: FilePath,
pub modified: u64,
pub content_hash: GeneralHash,
pub number_of_children: u64,
pub children: Vec<File>,
}Fields§
§path: FilePath§modified: u64§content_hash: GeneralHash§number_of_children: u64§children: Vec<File>Trait Implementations§
source§impl Clone for DirectoryInformation
impl Clone for DirectoryInformation
source§fn clone(&self) -> DirectoryInformation
fn clone(&self) -> DirectoryInformation
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 Debug for DirectoryInformation
impl Debug for DirectoryInformation
source§impl<'de> Deserialize<'de> for DirectoryInformation
impl<'de> Deserialize<'de> for DirectoryInformation
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<'a> From<&'a DirectoryInformation> for SaveFileEntryV1Ref<'a>
impl<'a> From<&'a DirectoryInformation> for SaveFileEntryV1Ref<'a>
source§fn from(value: &'a DirectoryInformation) -> Self
fn from(value: &'a DirectoryInformation) -> Self
Converts to this type from the input type.
source§impl From<DirectoryInformation> for SaveFileEntryV1
impl From<DirectoryInformation> for SaveFileEntryV1
source§fn from(value: DirectoryInformation) -> Self
fn from(value: DirectoryInformation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DirectoryInformation
impl RefUnwindSafe for DirectoryInformation
impl Send for DirectoryInformation
impl Sync for DirectoryInformation
impl Unpin for DirectoryInformation
impl UnwindSafe for DirectoryInformation
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