pub enum Shake128Algorithm {}
Expand description
Marker type for SHAKE128 algorithm
Trait Implementations§
Source§impl HashAlgorithm for Shake128Algorithm
impl HashAlgorithm for Shake128Algorithm
Auto Trait Implementations§
impl Freeze for Shake128Algorithm
impl RefUnwindSafe for Shake128Algorithm
impl Send for Shake128Algorithm
impl Sync for Shake128Algorithm
impl Unpin for Shake128Algorithm
impl UnwindSafe for Shake128Algorithm
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