Enum ink_env::hash::Blake2x256
source · [−]pub enum Blake2x256 {}
Expand description
The BLAKE-2 crypto hash with 256-bit output.
Trait Implementations
sourceimpl Clone for Blake2x256
impl Clone for Blake2x256
sourcefn clone(&self) -> Blake2x256
fn clone(&self) -> Blake2x256
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl CryptoHash for Blake2x256
impl CryptoHash for Blake2x256
sourceimpl Debug for Blake2x256
impl Debug for Blake2x256
sourceimpl HashOutput for Blake2x256
impl HashOutput for Blake2x256
sourceimpl PartialEq<Blake2x256> for Blake2x256
impl PartialEq<Blake2x256> for Blake2x256
impl Copy for Blake2x256
impl Eq for Blake2x256
impl StructuralEq for Blake2x256
impl StructuralPartialEq for Blake2x256
Auto Trait Implementations
impl RefUnwindSafe for Blake2x256
impl Send for Blake2x256
impl Sync for Blake2x256
impl Unpin for Blake2x256
impl UnwindSafe for Blake2x256
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