Enum openzwave::notification::ControllerError [] [src]

pub enum ControllerError {
    None,
    ButtonNotFound,
    NodeNotFound,
    NotBridge,
    NotSUC,
    NotSecondary,
    NotPrimary,
    IsPrimary,
    NotFound,
    Busy,
    Failed,
    Disabled,
    Overflow,
}

Variants

NoneButtonNotFoundNodeNotFoundNotBridgeNotSUCNotSecondaryNotPrimaryIsPrimaryNotFoundBusyFailedDisabledOverflow

Methods

impl ControllerError

fn from_u8(value: u8) -> Option<ControllerError>

Trait Implementations

impl Copy for ControllerError

impl Clone for ControllerError

fn clone(&self) -> ControllerError

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for ControllerError

fn fmt(&self, __arg_0: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.

impl Display for ControllerError

fn fmt(&self, f: &mut Formatter) -> Result<()Error>

Formats the value using the given formatter.