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