Enum openzwave::notification::ControllerError
[−]
[src]
pub enum ControllerError { None, ButtonNotFound, NodeNotFound, NotBridge, NotSUC, NotSecondary, NotPrimary, IsPrimary, NotFound, Busy, Failed, Disabled, Overflow, }
Variants
None
ButtonNotFound
NodeNotFound
NotBridge
NotSUC
NotSecondary
NotPrimary
IsPrimary
NotFound
Busy
Failed
Disabled
Overflow
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.