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