Struct mongo_driver::client::Uri [] [src]

pub struct Uri { /* fields omitted */ }

Abstraction on top of MongoDB connection URI format.

Methods

impl Uri
[src]

[src]

Parses a string containing a MongoDB style URI connection string.

Returns None if the uri is not in the correct format, there is no further information available if this is not the case.

[src]

[src]

Trait Implementations

impl PartialEq for Uri
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Debug for Uri
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Uri
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for Uri
[src]

[src]

Executes the destructor for this type. Read more

impl Send for Uri
[src]

impl Sync for Uri
[src]