Struct simple_nats_client::server_info::ServerInfo [] [src]

pub struct ServerInfo {
    pub server_id: String,
    pub version: String,
    pub go: String,
    pub host: String,
    pub port: i32,
    pub auth_required: bool,
    pub ssl_required: bool,
    pub max_payload: i64,
}

Fields

Trait Implementations

impl Default for ServerInfo
[src]

Returns the "default value" for a type. Read more

impl Debug for ServerInfo
[src]

Formats the value using the given formatter.

impl Clone for ServerInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more