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