Enum mongodb::stream::StreamConnector [] [src]

pub enum StreamConnector {
    Tcp,
}

Encapsulates the functionality for how to connect to the server.

Variants

Connect to the server through a regular TCP stream.

Methods

impl StreamConnector
[src]

Trait Implementations

impl Clone for StreamConnector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for StreamConnector
[src]

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