Enum ink_env::hash::Blake2x256
source · pub enum Blake2x256 {}
Expand description
The BLAKE-2 crypto hash with 256-bit output.
Trait Implementations§
source§impl Clone for Blake2x256
impl Clone for Blake2x256
source§fn clone(&self) -> Blake2x256
fn clone(&self) -> Blake2x256
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl CryptoHash for Blake2x256
impl CryptoHash for Blake2x256
source§impl Debug for Blake2x256
impl Debug for Blake2x256
source§impl HashOutput for Blake2x256
impl HashOutput for Blake2x256
source§impl PartialEq for Blake2x256
impl PartialEq for Blake2x256
source§fn eq(&self, other: &Blake2x256) -> bool
fn eq(&self, other: &Blake2x256) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for Blake2x256
impl Eq for Blake2x256
impl StructuralPartialEq for Blake2x256
Auto Trait Implementations§
impl Freeze for Blake2x256
impl RefUnwindSafe for Blake2x256
impl Send for Blake2x256
impl Sync for Blake2x256
impl Unpin for Blake2x256
impl UnwindSafe for Blake2x256
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> SaturatedConversion for T
impl<T> SaturatedConversion for T
§fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
fn saturated_from<T>(t: T) -> Selfwhere
Self: UniqueSaturatedFrom<T>,
§fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
fn saturated_into<T>(self) -> Twhere
Self: UniqueSaturatedInto<T>,
Consume self to return an equivalent value of
T
. Read more§impl<T, S> UniqueSaturatedInto<T> for S
impl<T, S> UniqueSaturatedInto<T> for S
§fn unique_saturated_into(self) -> T
fn unique_saturated_into(self) -> T
Consume self to return an equivalent value of
T
.