Enum hardware_wallet::DeviceDirection [−][src]
pub enum DeviceDirection {
Arrived,
Left,
}Specifies the direction of the HardwareWallet i.e, whether it arrived or left
Variants
ArrivedDevice arrived
LeftDevice left
Trait Implementations
impl Debug for DeviceDirection[src]
impl Debug for DeviceDirectionfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Copy for DeviceDirection[src]
impl Copy for DeviceDirectionimpl Clone for DeviceDirection[src]
impl Clone for DeviceDirectionfn clone(&self) -> DeviceDirection[src]
fn clone(&self) -> DeviceDirectionReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Display for DeviceDirection[src]
impl Display for DeviceDirectionAuto Trait Implementations
impl Send for DeviceDirection
impl Send for DeviceDirectionimpl Sync for DeviceDirection
impl Sync for DeviceDirection