[][src]Struct yatt::IntervalError

pub struct IntervalError<'a> {
    pub err_text: &'a str,
    pub interval: IntervalData<'a>,
}

Fields

err_text: &'a strinterval: IntervalData<'a>

Trait Implementations

impl<'a> Clone for IntervalError<'a>[src]

impl<'a> Debug for IntervalError<'a>[src]

Auto Trait Implementations

impl<'a> Unpin for IntervalError<'a>

impl<'a> Sync for IntervalError<'a>

impl<'a> Send for IntervalError<'a>

impl<'a> UnwindSafe for IntervalError<'a>

impl<'a> RefUnwindSafe for IntervalError<'a>

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, 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]