Struct mongors::database::Database[][src]

pub struct Database {
    pub inner: Arc<DatabaseInner>,
}

Fields

Methods

impl Database
[src]

Trait Implementations

impl Clone for Database
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Database
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Database

impl Sync for Database