pub struct Shake256Hash;
Expand description
SHAKE256 hash implementation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Shake256Hash
impl RefUnwindSafe for Shake256Hash
impl Send for Shake256Hash
impl Sync for Shake256Hash
impl Unpin for Shake256Hash
impl UnwindSafe for Shake256Hash
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