[][src]Struct arnalisa::error::InvalidSinkNames

pub struct InvalidSinkNames<__T0, __T1, __T2> {
    pub scope: __T0,
    pub expected: __T1,
    pub received: __T2,
}

Fields

scope: __T0expected: __T1received: __T2

Methods

impl<__T0, __T1, __T2> InvalidSinkNames<__T0, __T1, __T2>[src]

pub fn fail<__T>(self) -> Result<__T, Error> where
    __T0: Into<Scope>,
    __T1: Into<IndexSet<String>>,
    __T2: Into<IndexSet<String>>, 
[src]

Trait Implementations

impl<__T0: Clone, __T1: Clone, __T2: Clone> Clone for InvalidSinkNames<__T0, __T1, __T2>[src]

impl<__T0: Copy, __T1: Copy, __T2: Copy> Copy for InvalidSinkNames<__T0, __T1, __T2>[src]

impl<__T0: Debug, __T1: Debug, __T2: Debug> Debug for InvalidSinkNames<__T0, __T1, __T2>[src]

impl<__T0, __T1, __T2> IntoError<Error> for InvalidSinkNames<__T0, __T1, __T2> where
    Error: Error + ErrorCompat,
    __T0: Into<Scope>,
    __T1: Into<IndexSet<String>>,
    __T2: Into<IndexSet<String>>, 
[src]

type Source = NoneError

The underlying error

Auto Trait Implementations

impl<__T0, __T1, __T2> Send for InvalidSinkNames<__T0, __T1, __T2> where
    __T0: Send,
    __T1: Send,
    __T2: Send

impl<__T0, __T1, __T2> Sync for InvalidSinkNames<__T0, __T1, __T2> where
    __T0: Sync,
    __T1: Sync,
    __T2: Sync

impl<__T0, __T1, __T2> Unpin for InvalidSinkNames<__T0, __T1, __T2> where
    __T0: Unpin,
    __T1: Unpin,
    __T2: Unpin

impl<__T0, __T1, __T2> UnwindSafe for InvalidSinkNames<__T0, __T1, __T2> where
    __T0: UnwindSafe,
    __T1: UnwindSafe,
    __T2: UnwindSafe

impl<__T0, __T1, __T2> RefUnwindSafe for InvalidSinkNames<__T0, __T1, __T2> where
    __T0: RefUnwindSafe,
    __T1: RefUnwindSafe,
    __T2: RefUnwindSafe

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<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>, 

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