pub struct Digest<'a, W: Width> { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, W> RefUnwindSafe for Digest<'a, W>where W: RefUnwindSafe,
impl<'a, W> Send for Digest<'a, W>where W: Send + Sync,
impl<'a, W> Sync for Digest<'a, W>where W: Sync,
impl<'a, W> Unpin for Digest<'a, W>where W: Unpin,
impl<'a, W> UnwindSafe for Digest<'a, W>where W: UnwindSafe + RefUnwindSafe,
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