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

pub struct OrdersProxy<'a, Ms, AppMs: 'static, Mdl: 'static, ElC: View<AppMs>, GMs: 'static = ()> { /* fields omitted */ }

Methods

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

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

Trait Implementations

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

type AppMs = AppMs

type Mdl = Mdl

type ElC = ElC

Auto Trait Implementations

impl<'a, Ms, AppMs, Mdl, ElC, GMs = ()> !Send for OrdersProxy<'a, Ms, AppMs, Mdl, ElC, GMs>

impl<'a, Ms, AppMs, Mdl, ElC, GMs = ()> !Sync for OrdersProxy<'a, Ms, AppMs, Mdl, ElC, GMs>

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

impl<'a, Ms, AppMs, Mdl, ElC, GMs = ()> !UnwindSafe for OrdersProxy<'a, Ms, AppMs, Mdl, ElC, GMs>

impl<'a, Ms, AppMs, Mdl, ElC, GMs = ()> !RefUnwindSafe for OrdersProxy<'a, Ms, AppMs, Mdl, ElC, GMs>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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.

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

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

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