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