#[repr(u8)]pub enum HashOutput {
INPUT = 0,
OUTPUT = 1,
}Variants§
Implementations§
Source§impl HashOutput
impl HashOutput
Trait Implementations§
Source§impl Clone for HashOutput
impl Clone for HashOutput
Source§fn clone(&self) -> HashOutput
fn clone(&self) -> HashOutput
Returns a duplicate 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 Debug for HashOutput
impl Debug for HashOutput
Source§impl From<HashOutput> for u8
impl From<HashOutput> for u8
Source§fn from(val: HashOutput) -> u8
fn from(val: HashOutput) -> u8
Converts to this type from the input type.
Source§impl From<u8> for HashOutput
impl From<u8> for HashOutput
Source§fn from(val: u8) -> HashOutput
fn from(val: u8) -> HashOutput
Converts to this type from the input type.
Source§impl Ord for HashOutput
impl Ord for HashOutput
Source§fn cmp(&self, other: &HashOutput) -> Ordering
fn cmp(&self, other: &HashOutput) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HashOutput
impl PartialEq for HashOutput
Source§impl PartialOrd for HashOutput
impl PartialOrd for HashOutput
impl Copy for HashOutput
impl Eq for HashOutput
impl StructuralPartialEq for HashOutput
Auto Trait Implementations§
impl Freeze for HashOutput
impl RefUnwindSafe for HashOutput
impl Send for HashOutput
impl Sync for HashOutput
impl Unpin for HashOutput
impl UnwindSafe for HashOutput
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