#[repr(u8)]pub enum GenDigZone {
Data = 2,
SharedNonce = 3,
}
Expand description
Designates the source of the data to hash with TempKey for Generate Digest
Variants§
Data = 2
Trait Implementations§
Source§impl Clone for GenDigZone
impl Clone for GenDigZone
Source§fn clone(&self) -> GenDigZone
fn clone(&self) -> GenDigZone
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 GenDigZone
impl Debug for GenDigZone
Source§impl PartialEq for GenDigZone
impl PartialEq for GenDigZone
impl Copy for GenDigZone
impl StructuralPartialEq for GenDigZone
Auto Trait Implementations§
impl Freeze for GenDigZone
impl RefUnwindSafe for GenDigZone
impl Send for GenDigZone
impl Sync for GenDigZone
impl Unpin for GenDigZone
impl UnwindSafe for GenDigZone
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