[][src]Struct flap::Flapp

pub struct Flapp<'a, TImpl: 'static + Applicable + Clone> { /* fields omitted */ }

Auto Trait Implementations

impl<'a, TImpl> Unpin for Flapp<'a, TImpl> where
    TImpl: Unpin,
    <TImpl as Applicable>::Item: Unpin

impl<'a, TImpl> Send for Flapp<'a, TImpl> where
    TImpl: Send + Sync,
    <TImpl as Applicable>::Item: Send + Sync

impl<'a, TImpl> Sync for Flapp<'a, TImpl> where
    TImpl: Send + Sync,
    <TImpl as Applicable>::Item: Send + Sync

impl<'a, TImpl> RefUnwindSafe for Flapp<'a, TImpl> where
    TImpl: RefUnwindSafe,
    <TImpl as Applicable>::Item: RefUnwindSafe

impl<'a, TImpl> UnwindSafe for Flapp<'a, TImpl> where
    TImpl: RefUnwindSafe + UnwindSafe,
    <TImpl as Applicable>::Item: RefUnwindSafe + UnwindSafe

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<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]

impl<T> Same<T> for T

type Output = T

Should always be Self