pub enum Keygenselect {
    None = 0,
    Last = 1,
}Expand description
Last Key Generation
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Keygenselect
 
impl Clone for Keygenselect
Source§fn clone(&self) -> Keygenselect
 
fn clone(&self) -> Keygenselect
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 Debug for Keygenselect
 
impl Debug for Keygenselect
Source§impl From<Keygenselect> for bool
 
impl From<Keygenselect> for bool
Source§fn from(variant: Keygenselect) -> Self
 
fn from(variant: Keygenselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Keygenselect
 
impl PartialEq for Keygenselect
impl Copy for Keygenselect
impl Eq for Keygenselect
impl StructuralPartialEq for Keygenselect
Auto Trait Implementations§
impl Freeze for Keygenselect
impl RefUnwindSafe for Keygenselect
impl Send for Keygenselect
impl Sync for Keygenselect
impl Unpin for Keygenselect
impl UnwindSafe for Keygenselect
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