Struct squark::Env [] [src]

pub struct Env<A: App> { /* fields omitted */ }

Methods

impl<A: App> Env<A>
[src]

[src]

Trait Implementations

impl<A: Clone + App> Clone for Env<A> where
    A::State: Clone,
    A::Action: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<A> !Send for Env<A>

impl<A> !Sync for Env<A>