Struct server::Config [] [src]

pub struct Config {
    pub address: Ipv4Addr,
    pub port: u16,
    pub dir: String,
}

A struct for managing configurations

Fields

address
port
dir

Trait Implementations

Derived Implementations

impl Debug for Config

fn fmt(&self, __arg_0: &mut Formatter) -> Result