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]

[src]

Object cache

[src]

Symmetric encryption/decryption key.

[src]

Refresh access info by fetching it from the network.

[src]

Fetch a list of containers that this app has access to

Trait Implementations

impl Clone for AppContext
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more