Struct humphrey_server::server::static_server::AppState[][src]

pub struct AppState {
    pub directory: String,
    pub cache_limit: usize,
    pub cache: RwLock<Cache>,
    pub websocket_proxy: Option<String>,
    pub blacklist: Vec<String>,
    pub blacklist_mode: BlacklistMode,
    pub logger: Logger,
}
Expand description

Represents the application state. Includes the target directory, cache state, and the logger.

Fields

directory: Stringcache_limit: usizecache: RwLock<Cache>websocket_proxy: Option<String>blacklist: Vec<String>blacklist_mode: BlacklistModelogger: Logger

Trait Implementations

Returns the “default value” for a type. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.