pub struct Sha3256State { /* private fields */ }Expand description
Internal state for SHA3-256 functions.
Trait Implementations§
Source§impl Default for Sha3256State
impl Default for Sha3256State
Source§fn default() -> Sha3256State
fn default() -> Sha3256State
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Sha3256State
impl RefUnwindSafe for Sha3256State
impl Send for Sha3256State
impl Sync for Sha3256State
impl Unpin for Sha3256State
impl UnsafeUnpin for Sha3256State
impl UnwindSafe for Sha3256State
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