Struct oracle::ParseOracleTypeError
[−]
[src]
pub struct ParseOracleTypeError { /* fields omitted */ }An error when parsing a string into an Oracle type fails. This appears only in boxed data associated with Error::ParseError.
Methods
impl ParseOracleTypeError[src]
pub fn new(typename: &'static str) -> ParseOracleTypeError[src]
Trait Implementations
impl Eq for ParseOracleTypeError[src]
impl PartialEq for ParseOracleTypeError[src]
fn eq(&self, __arg_0: &ParseOracleTypeError) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ParseOracleTypeError) -> bool[src]
This method tests for !=.
impl Clone for ParseOracleTypeError[src]
fn clone(&self) -> ParseOracleTypeError[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 Display for ParseOracleTypeError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Debug for ParseOracleTypeError[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Error for ParseOracleTypeError[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
impl From<ParseOracleTypeError> for Error[src]
fn from(err: ParseOracleTypeError) -> Self[src]
Performs the conversion.