Struct squark_stdweb::Runtime [] [src]

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

Methods

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

[src]

[src]

Trait Implementations

impl<A: Clone + App> Clone for Runtime<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 Runtime<A>

impl<A> !Sync for Runtime<A>