Struct rs_collector::collectors::mongo::MongoConfig[][src]

pub struct MongoConfig {
    pub Name: String,
    pub Host: String,
    pub Port: u16,
    pub User: Option<String>,
    pub Password: Option<String>,
    pub UseSsl: Option<bool>,
    pub CaCert: Option<String>,
    pub ClientCert: Option<String>,
    pub ClientCertKey: Option<String>,
}

Fields

Trait Implementations

impl Debug for MongoConfig
[src]

Formats the value using the given formatter. Read more

impl Decodable for MongoConfig
[src]

Deserialize a value using a Decoder.

Auto Trait Implementations

impl Send for MongoConfig

impl Sync for MongoConfig