Enum xmz_server::output::OutputError [−][src]
pub enum OutputError { CouldNotSet, CouldNotGet, CouldNotUnset, }
Output Error
Fehler die beim Schalten der Ausgänge auftreten können.
Variants
CouldNotSet
CouldNotGet
CouldNotUnset
Trait Implementations
impl Debug for OutputError
[src]
impl Debug for OutputError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Display for OutputError
[src]
impl Display for OutputError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Error for OutputError
[src]
impl Error for OutputError
Auto Trait Implementations
impl Send for OutputError
impl Send for OutputError
impl Sync for OutputError
impl Sync for OutputError