Struct searchspot::config::HTTPConfig [] [src]

pub struct HTTPConfig {
    pub host: String,
    pub port: u32,
}

Contain instructions about where Searchspot must listen to for new connections.

Fields

Methods

impl HTTPConfig
[src]

Trait Implementations

impl Clone for HTTPConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HTTPConfig
[src]

Formats the value using the given formatter.

impl Display for HTTPConfig
[src]

Formats the value using the given formatter.