Struct cdp::ParseEnumError
[−]
[src]
pub struct ParseEnumError {
pub expected: &'static [&'static str],
pub actual: String,
}Fields
expected: &'static [&'static str]
actual: String
Trait Implementations
impl Clone for ParseEnumError[src]
fn clone(&self) -> ParseEnumError[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for ParseEnumError[src]
impl Eq for ParseEnumError[src]
impl PartialEq for ParseEnumError[src]
fn eq(&self, __arg_0: &ParseEnumError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ParseEnumError) -> bool[src]
This method tests for !=.
impl Error for ParseEnumError[src]
fn description(&self) -> &str[src]
A short description of the error. Read more
fn cause(&self) -> Option<&Error>[src]
The lower-level cause of this error, if any. Read more