pub struct MD2Digest(/* private fields */);
Expand description
The md2 digest created from a slice of bytes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MD2Digest
impl RefUnwindSafe for MD2Digest
impl Send for MD2Digest
impl Sync for MD2Digest
impl Unpin for MD2Digest
impl UnwindSafe for MD2Digest
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