Struct backup_deduplicator::analyze::analysis::ResultEntryRef
source · pub struct ResultEntryRef<'a, 'b, 'c> {
pub ftype: &'a SaveFileEntryType,
pub size: u64,
pub hash: &'b GeneralHash,
pub conflicting: Vec<&'c FilePath>,
}Fields§
§ftype: &'a SaveFileEntryType§size: u64§hash: &'b GeneralHash§conflicting: Vec<&'c FilePath>Trait Implementations§
source§impl<'a, 'b, 'c> Debug for ResultEntryRef<'a, 'b, 'c>
impl<'a, 'b, 'c> Debug for ResultEntryRef<'a, 'b, 'c>
Auto Trait Implementations§
impl<'a, 'b, 'c> Freeze for ResultEntryRef<'a, 'b, 'c>
impl<'a, 'b, 'c> RefUnwindSafe for ResultEntryRef<'a, 'b, 'c>
impl<'a, 'b, 'c> Send for ResultEntryRef<'a, 'b, 'c>
impl<'a, 'b, 'c> Sync for ResultEntryRef<'a, 'b, 'c>
impl<'a, 'b, 'c> Unpin for ResultEntryRef<'a, 'b, 'c>
impl<'a, 'b, 'c> UnwindSafe for ResultEntryRef<'a, 'b, 'c>
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