#[repr(u8)]pub enum Sha2CountEn {
COUNT = 0,
NO_COUNT = 1,
}Variants§
Implementations§
Source§impl Sha2CountEn
impl Sha2CountEn
Trait Implementations§
Source§impl Clone for Sha2CountEn
impl Clone for Sha2CountEn
Source§fn clone(&self) -> Sha2CountEn
fn clone(&self) -> Sha2CountEn
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 Sha2CountEn
impl Debug for Sha2CountEn
Source§impl From<Sha2CountEn> for u8
impl From<Sha2CountEn> for u8
Source§fn from(val: Sha2CountEn) -> u8
fn from(val: Sha2CountEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Sha2CountEn
impl From<u8> for Sha2CountEn
Source§fn from(val: u8) -> Sha2CountEn
fn from(val: u8) -> Sha2CountEn
Converts to this type from the input type.
Source§impl Ord for Sha2CountEn
impl Ord for Sha2CountEn
Source§fn cmp(&self, other: &Sha2CountEn) -> Ordering
fn cmp(&self, other: &Sha2CountEn) -> 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 Sha2CountEn
impl PartialEq for Sha2CountEn
Source§impl PartialOrd for Sha2CountEn
impl PartialOrd for Sha2CountEn
impl Copy for Sha2CountEn
impl Eq for Sha2CountEn
impl StructuralPartialEq for Sha2CountEn
Auto Trait Implementations§
impl Freeze for Sha2CountEn
impl RefUnwindSafe for Sha2CountEn
impl Send for Sha2CountEn
impl Sync for Sha2CountEn
impl Unpin for Sha2CountEn
impl UnwindSafe for Sha2CountEn
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