Enum backup_deduplicator::data::File
source · pub enum File {
File(FileInformation),
Directory(DirectoryInformation),
Symlink(SymlinkInformation),
Other(OtherInformation),
Stub(StubInformation),
}Variants§
File(FileInformation)
Directory(DirectoryInformation)
Symlink(SymlinkInformation)
Other(OtherInformation)
Stub(StubInformation)
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for File
impl<'de> Deserialize<'de> for File
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 File> for SaveFileEntryV1Ref<'a>
impl<'a> From<&'a File> for SaveFileEntryV1Ref<'a>
source§impl From<File> for SaveFileEntryV1
impl From<File> for SaveFileEntryV1
Auto Trait Implementations§
impl Freeze for File
impl RefUnwindSafe for File
impl Send for File
impl Sync for File
impl Unpin for File
impl UnwindSafe for File
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