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 |
pub struct Config { pub address: Ipv4Addr, pub port: u16, pub dir: String, }
A struct for managing configurations
address | |
port | |
dir |
impl Debug for Config
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)