pub struct HashFileResult {
pub path: String,
pub algorithm: String,
pub hex: String,
pub bytes: usize,
}Fields§
§path: String§algorithm: String§hex: String§bytes: usizeTrait Implementations§
Source§impl Clone for HashFileResult
impl Clone for HashFileResult
Source§fn clone(&self) -> HashFileResult
fn clone(&self) -> HashFileResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HashFileResult
impl Debug for HashFileResult
Auto Trait Implementations§
impl Freeze for HashFileResult
impl RefUnwindSafe for HashFileResult
impl Send for HashFileResult
impl Sync for HashFileResult
impl Unpin for HashFileResult
impl UnsafeUnpin for HashFileResult
impl UnwindSafe for HashFileResult
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