pub struct FileHasher;Expand description
File hasher
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FileHasher
impl RefUnwindSafe for FileHasher
impl Send for FileHasher
impl Sync for FileHasher
impl Unpin for FileHasher
impl UnwindSafe for FileHasher
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