Enum xmz_server::messzelle::MesszelleError [−][src]
pub enum MesszelleError { NoAverage, }
Mögliche Fehler einer Messzelle
Variants
NoAverage
Mittelwert konnte nicht berechnet werden
Trait Implementations
impl Debug for MesszelleError
[src]
impl Debug for MesszelleError
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 MesszelleError
[src]
impl Display for MesszelleError
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 MesszelleError
[src]
impl Error for MesszelleError
Auto Trait Implementations
impl Send for MesszelleError
impl Send for MesszelleError
impl Sync for MesszelleError
impl Sync for MesszelleError