Struct r2d2_mongodb::ConnectionOptions[][src]

pub struct ConnectionOptions { /* fields omitted */ }

Trait Implementations

impl Clone for ConnectionOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ConnectionOptions
[src]

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

Auto Trait Implementations