pub enum Sha2x256 {}
Expand description
The SHA-2 crypto hash with 256-bit output.
Trait Implementations
sourceimpl CryptoHash for Sha2x256
impl CryptoHash for Sha2x256
impl Copy for Sha2x256
impl Eq for Sha2x256
impl StructuralEq for Sha2x256
impl StructuralPartialEq for Sha2x256
Auto Trait Implementations
impl RefUnwindSafe for Sha2x256
impl Send for Sha2x256
impl Sync for Sha2x256
impl Unpin for Sha2x256
impl UnwindSafe for Sha2x256
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into
)Uses borrowed data to replace owned data, usually by cloning. Read more