Struct amqp::Options [] [src]

pub struct Options {
    pub host: String,
    pub port: u16,
    pub login: String,
    pub password: String,
    pub vhost: String,
    pub frame_max_limit: u32,
    pub channel_max_limit: u16,
    pub locale: String,
    pub scheme: AMQPScheme,
}

Fields

Trait Implementations

impl Debug for Options
[src]

Formats the value using the given formatter.

impl Default for Options
[src]

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