Enum mongodb::stream::StreamConnector
[−]
[src]
pub enum StreamConnector {
Tcp,
}Encapsulates the functionality for how to connect to the server.
Variants
TcpConnect to the server through a regular TCP stream.
Methods
impl StreamConnector[src]
Trait Implementations
impl Clone for StreamConnector[src]
fn clone(&self) -> StreamConnector
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more