Enum safe_app::AppContext[][src]

pub enum AppContext {
    Unregistered(Rc<Unregistered>),
    Registered(Rc<Registered>),
}

Application context (data associated with the app).

Variants

Context of unregistered app.

Context of registered app.

Methods

impl AppContext
[src]

Object cache

Symmetric encryption/decryption key.

Important traits for Box<R>

Refresh access info by fetching it from the network.

Important traits for Box<R>

Fetch a list of containers that this app has access to

Trait Implementations

impl Clone for AppContext
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl !Send for AppContext

impl !Sync for AppContext