pub struct HashPair {
pub hash: String,
pub size: u64,
}
Expand description
A hash-size pair found in config values
Fields§
§hash: String
The hash (usually MD5 hex string)
size: u64
The size in bytes
Trait Implementations§
impl StructuralPartialEq for HashPair
Auto Trait Implementations§
impl Freeze for HashPair
impl RefUnwindSafe for HashPair
impl Send for HashPair
impl Sync for HashPair
impl Unpin for HashPair
impl UnwindSafe for HashPair
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