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.

Refresh access info by fetching it from the network.

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