pub struct Sha224Context { /* private fields */ }Expand description
Opaque storage for the implementation’s hash state.
Trait Implementations§
Source§impl Drop for Sha224Context
impl Drop for Sha224Context
Auto Trait Implementations§
impl Freeze for Sha224Context
impl RefUnwindSafe for Sha224Context
impl Send for Sha224Context
impl Sync for Sha224Context
impl Unpin for Sha224Context
impl UnsafeUnpin for Sha224Context
impl UnwindSafe for Sha224Context
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