[][src]Struct chargrid_event_routine::EventRoutineAppOneShotIgnoreReturn

pub struct EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: EventRoutine
{ /* fields omitted */ }

Methods

impl<ER> EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: EventRoutine
[src]

pub fn new(event_routine: ER, data: ER::Data, view: ER::View) -> Self[src]

Trait Implementations

impl<ER> App for EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: EventRoutine<Event = CommonEvent>, 
[src]

Auto Trait Implementations

impl<ER> RefUnwindSafe for EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: RefUnwindSafe,
    <ER as EventRoutine>::Data: RefUnwindSafe,
    <ER as EventRoutine>::View: RefUnwindSafe

impl<ER> Send for EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: Send,
    <ER as EventRoutine>::Data: Send,
    <ER as EventRoutine>::View: Send

impl<ER> Sync for EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: Sync,
    <ER as EventRoutine>::Data: Sync,
    <ER as EventRoutine>::View: Sync

impl<ER> Unpin for EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: Unpin,
    <ER as EventRoutine>::Data: Unpin,
    <ER as EventRoutine>::View: Unpin

impl<ER> UnwindSafe for EventRoutineAppOneShotIgnoreReturn<ER> where
    ER: UnwindSafe,
    <ER as EventRoutine>::Data: UnwindSafe,
    <ER as EventRoutine>::View: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[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.