[][src]Struct seed::app::orders::container::OrdersContainer

pub struct OrdersContainer<Ms: 'static, Mdl: 'static, ElC: View<Ms>, GMs = UndefinedGMsg> { /* fields omitted */ }

Methods

impl<Ms, Mdl, ElC: View<Ms>, GMs> OrdersContainer<Ms, Mdl, ElC, GMs>[src]

pub fn new(app: App<Ms, Mdl, ElC, GMs>) -> Self[src]

Trait Implementations

impl<Ms: 'static, Mdl, ElC: View<Ms> + 'static, GMs> Orders<Ms, GMs> for OrdersContainer<Ms, Mdl, ElC, GMs>[src]

type AppMs = Ms

type Mdl = Mdl

type ElC = ElC

Auto Trait Implementations

impl<Ms, Mdl, ElC, GMs = UndefinedGMsg> !RefUnwindSafe for OrdersContainer<Ms, Mdl, ElC, GMs>

impl<Ms, Mdl, ElC, GMs = UndefinedGMsg> !Send for OrdersContainer<Ms, Mdl, ElC, GMs>

impl<Ms, Mdl, ElC, GMs = UndefinedGMsg> !Sync for OrdersContainer<Ms, Mdl, ElC, GMs>

impl<Ms, Mdl, ElC, GMs> Unpin for OrdersContainer<Ms, Mdl, ElC, GMs> where
    ElC: Unpin,
    GMs: Unpin,
    Mdl: Unpin,
    Ms: Unpin

impl<Ms, Mdl, ElC, GMs = UndefinedGMsg> !UnwindSafe for OrdersContainer<Ms, Mdl, ElC, GMs>

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.