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