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