[][src]Struct unsegen::container::ActiveContainerBehavior

pub struct ActiveContainerBehavior<'a, 'b, 'c, 'd: 'a, C: ContainerProvider + 'a + 'b> where
    C::Parameters: 'c, 
{ /* fields omitted */ }

A Behavior which can be used to pass input to the currently active container.

Trait Implementations

impl<'a, 'b, 'c, 'd: 'a, C: ContainerProvider + 'a + 'b> Behavior for ActiveContainerBehavior<'a, 'b, 'c, 'd, C>[src]

Pass input on to the currently active container.

Auto Trait Implementations

impl<'a, 'b, 'c, 'd, C> !RefUnwindSafe for ActiveContainerBehavior<'a, 'b, 'c, 'd, C>

impl<'a, 'b, 'c, 'd, C> !Send for ActiveContainerBehavior<'a, 'b, 'c, 'd, C>

impl<'a, 'b, 'c, 'd, C> !Sync for ActiveContainerBehavior<'a, 'b, 'c, 'd, C>

impl<'a, 'b, 'c, 'd, C> Unpin for ActiveContainerBehavior<'a, 'b, 'c, 'd, C> where
    'd: 'a, 

impl<'a, 'b, 'c, 'd, C> !UnwindSafe for ActiveContainerBehavior<'a, 'b, 'c, 'd, C>

Blanket Implementations

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

impl<F> Behavior for F where
    F: FnOnce(Input) -> Option<Input>, 
[src]

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

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

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.