Enum hardware_wallet::DeviceDirection[][src]

pub enum DeviceDirection {
    Arrived,
    Left,
}

Specifies the direction of the HardwareWallet i.e, whether it arrived or left

Variants

Device arrived

Device left

Trait Implementations

impl Debug for DeviceDirection
[src]

Formats the value using the given formatter. Read more

impl Copy for DeviceDirection
[src]

impl Clone for DeviceDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for DeviceDirection
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for DeviceDirection

impl Sync for DeviceDirection