pub struct HashResult {
pub check_sum: Vec<u8>,
pub size: u64,
pub ino: u64,
pub ctime: i64,
pub mtime: i64,
}
Fields§
§check_sum: Vec<u8>
§size: u64
§ino: u64
§ctime: i64
§mtime: i64
Auto Trait Implementations§
impl Freeze for HashResult
impl RefUnwindSafe for HashResult
impl Send for HashResult
impl Sync for HashResult
impl Unpin for HashResult
impl UnwindSafe for HashResult
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