[][src]Struct oracle::ParseOracleTypeError

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 Clone for ParseOracleTypeError[src]

impl PartialEq<ParseOracleTypeError> for ParseOracleTypeError[src]

impl From<ParseOracleTypeError> for Error[src]

impl Debug for ParseOracleTypeError[src]

impl Display for ParseOracleTypeError[src]

impl Error for ParseOracleTypeError[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Err = <U as TryFrom<T>>::Err