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