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