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