pub struct Sha2Hash { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sha2Hash
impl RefUnwindSafe for Sha2Hash
impl Send for Sha2Hash
impl Sync for Sha2Hash
impl Unpin for Sha2Hash
impl UnwindSafe for Sha2Hash
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