Struct chargrid_menu::DynamicStyleMenuInstanceRoutine[][src]

pub struct DynamicStyleMenuInstanceRoutine<C, S> { /* fields omitted */ }

Implementations

impl<C, S> DynamicStyleMenuInstanceRoutine<C, S> where
    C: MenuInstanceChoose,
    S: MenuEntryRichString<Entry = C::Entry>, 
[src]

pub fn new(menu_entry_rich_string: S) -> Self[src]

Trait Implementations

impl<C, S> Clone for DynamicStyleMenuInstanceRoutine<C, S> where
    C: MenuInstanceChoose,
    S: MenuEntryRichString<Entry = C::Entry> + Clone
[src]

impl<C, S> EventRoutine for DynamicStyleMenuInstanceRoutine<C, S> where
    C: MenuInstanceChoose,
    S: MenuEntryRichString<Entry = C::Entry>, 
[src]

type Return = C::Output

type Data = C

type View = DynamicStyleMenuInstanceView

type Event = Input

Auto Trait Implementations

impl<C, S> RefUnwindSafe for DynamicStyleMenuInstanceRoutine<C, S> where
    C: RefUnwindSafe,
    S: RefUnwindSafe

impl<C, S> Send for DynamicStyleMenuInstanceRoutine<C, S> where
    C: Send,
    S: Send

impl<C, S> Sync for DynamicStyleMenuInstanceRoutine<C, S> where
    C: Sync,
    S: Sync

impl<C, S> Unpin for DynamicStyleMenuInstanceRoutine<C, S> where
    C: Unpin,
    S: Unpin

impl<C, S> UnwindSafe for DynamicStyleMenuInstanceRoutine<C, S> where
    C: UnwindSafe,
    S: 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> 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.