pub struct HashSpec {
pub algo: HashAlgorithm,
pub value: String,
}Expand description
Hash specification
Fields§
§algo: HashAlgorithm§value: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HashSpec
impl RefUnwindSafe for HashSpec
impl Send for HashSpec
impl Sync for HashSpec
impl Unpin for HashSpec
impl UnsafeUnpin for HashSpec
impl UnwindSafe for HashSpec
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