[−][src]Struct hycon_rust::consensus::worldstate::Blake2bHashResult
Methods
impl Blake2bHashResult
[src]
pub fn new(hash: Blake2bResult) -> Blake2bHashResult
[src]
Trait Implementations
impl AsRef<[u8]> for Blake2bHashResult
[src]
impl Clone for Blake2bHashResult
[src]
fn clone(&self) -> Blake2bHashResult
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Eq for Blake2bHashResult
[src]
impl PartialOrd<Blake2bHashResult> for Blake2bHashResult
[src]
fn partial_cmp(&self, other: &Blake2bHashResult) -> Option<Ordering>
[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self
and other
) and is used by the >
operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl PartialEq<Blake2bHashResult> for Blake2bHashResult
[src]
fn eq(&self, other: &Blake2bHashResult) -> bool
[src]
fn ne(&self, other: &Blake2bHashResult) -> bool
[src]
impl Debug for Blake2bHashResult
[src]
Auto Trait Implementations
impl Send for Blake2bHashResult
impl Sync for Blake2bHashResult
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> SendSyncUnwindSafe for T where
T: Send + Sync + UnwindSafe + ?Sized,
T: Send + Sync + UnwindSafe + ?Sized,
impl<T> Erased for T
impl<T> ToBase32 for T where
T: AsRef<[u8]>,
T: AsRef<[u8]>,
impl<'f, T> CheckBase32 for T where
T: AsRef<[u8]>,
T: AsRef<[u8]>,
type Err = Error
Error type if conversion fails
fn check_base32(self) -> Result<Vec<u5>, <T as CheckBase32<Vec<u5>>>::Err>
impl<T> ToHex for T where
T: AsRef<[u8]>,
T: AsRef<[u8]>,
fn write_hex<W>(&self, w: &mut W) -> Result<(), Error> where
W: Write,
W: Write,
fn write_hex_upper<W>(&self, w: &mut W) -> Result<(), Error> where
W: Write,
W: Write,
impl<T> Same for T
type Output = T
Should always be Self