Struct diwata_server::Opt[][src]

pub struct Opt {
    pub db_url: Option<String>,
    pub address: String,
    pub port: u16,
    pub precache: bool,
}

Fields

Trait Implementations

impl Debug for Opt
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Opt

impl Sync for Opt