pub enum RecoveryDeviceInputMethod {
ScrambledWords = 0,
Matrix = 1,
}
Variants§
Trait Implementations§
Source§impl Clone for RecoveryDeviceInputMethod
impl Clone for RecoveryDeviceInputMethod
Source§fn clone(&self) -> RecoveryDeviceInputMethod
fn clone(&self) -> RecoveryDeviceInputMethod
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 RecoveryDeviceInputMethod
impl Debug for RecoveryDeviceInputMethod
Source§impl Default for RecoveryDeviceInputMethod
impl Default for RecoveryDeviceInputMethod
Source§impl Enum for RecoveryDeviceInputMethod
impl Enum for RecoveryDeviceInputMethod
Source§const NAME: &'static str = "RecoveryDeviceInputMethod"
const NAME: &'static str = "RecoveryDeviceInputMethod"
Enum name as specified in
.proto
file. Read moreSource§const VALUES: &'static [RecoveryDeviceInputMethod]
const VALUES: &'static [RecoveryDeviceInputMethod]
All enum values for enum type.
Source§impl EnumFull for RecoveryDeviceInputMethod
impl EnumFull for RecoveryDeviceInputMethod
Source§fn enum_descriptor() -> EnumDescriptor
fn enum_descriptor() -> EnumDescriptor
Get enum descriptor by type.
Source§fn descriptor(&self) -> EnumValueDescriptor
fn descriptor(&self) -> EnumValueDescriptor
Get enum value descriptor.
Source§impl Hash for RecoveryDeviceInputMethod
impl Hash for RecoveryDeviceInputMethod
impl Copy for RecoveryDeviceInputMethod
impl Eq for RecoveryDeviceInputMethod
impl StructuralPartialEq for RecoveryDeviceInputMethod
Auto Trait Implementations§
impl Freeze for RecoveryDeviceInputMethod
impl RefUnwindSafe for RecoveryDeviceInputMethod
impl Send for RecoveryDeviceInputMethod
impl Sync for RecoveryDeviceInputMethod
impl Unpin for RecoveryDeviceInputMethod
impl UnwindSafe for RecoveryDeviceInputMethod
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