[][src]Struct seed::app::orders::proxy::OrdersProxy

pub struct OrdersProxy<'a, Ms, AppMs: 'static, Mdl: 'static, INodes: IntoNodes<AppMs>, GMs: 'static = UndefinedGMsg> { /* fields omitted */ }

Implementations

impl<'a, Ms: 'static, AppMs: 'static, Mdl, INodes: IntoNodes<AppMs>, GMs> OrdersProxy<'a, Ms, AppMs, Mdl, INodes, GMs>[src]

pub fn new(
    orders_container: &'a mut OrdersContainer<AppMs, Mdl, INodes, GMs>,
    f: impl Fn(Ms) -> AppMs + 'static
) -> Self
[src]

Trait Implementations

impl<'a, Ms: 'static, AppMs: 'static, Mdl, INodes: IntoNodes<AppMs> + 'static, GMs> Orders<Ms, GMs> for OrdersProxy<'a, Ms, AppMs, Mdl, INodes, GMs>[src]

type AppMs = AppMs

type Mdl = Mdl

type INodes = INodes

Auto Trait Implementations

impl<'a, Ms, AppMs, Mdl, INodes, GMs = UndefinedGMsg> !RefUnwindSafe for OrdersProxy<'a, Ms, AppMs, Mdl, INodes, GMs>

impl<'a, Ms, AppMs, Mdl, INodes, GMs = UndefinedGMsg> !Send for OrdersProxy<'a, Ms, AppMs, Mdl, INodes, GMs>

impl<'a, Ms, AppMs, Mdl, INodes, GMs = UndefinedGMsg> !Sync for OrdersProxy<'a, Ms, AppMs, Mdl, INodes, GMs>

impl<'a, Ms, AppMs, Mdl, INodes, GMs> Unpin for OrdersProxy<'a, Ms, AppMs, Mdl, INodes, GMs>

impl<'a, Ms, AppMs, Mdl, INodes, GMs = UndefinedGMsg> !UnwindSafe for OrdersProxy<'a, Ms, AppMs, Mdl, INodes, 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> Sealed<T> for T where
    T: ?Sized

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<V, T> VZip<V> for T where
    V: MultiLane<T>,