pub enum Keccak256 {}
Expand description
The KECCAK crypto hash with 256-bit output.
Trait Implementations
sourceimpl CryptoHash for Keccak256
impl CryptoHash for Keccak256
sourceimpl HashOutput for Keccak256
impl HashOutput for Keccak256
impl Copy for Keccak256
impl Eq for Keccak256
impl StructuralEq for Keccak256
impl StructuralPartialEq for Keccak256
Auto Trait Implementations
impl RefUnwindSafe for Keccak256
impl Send for Keccak256
impl Sync for Keccak256
impl Unpin for Keccak256
impl UnwindSafe for Keccak256
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