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