Struct rincon_session::client::Database [] [src]

pub struct Database { /* fields omitted */ }

This struct holds the properties of a database.

Methods

impl Database
[src]

[src]

Returns the id of the database.

[src]

Returns the name of the database.

[src]

Returns the filesystem path of the database.

[src]

Returns whether or not the database is the _system database.

Returns true if the database is the _system database, false otherwise.

Trait Implementations

impl<'de> Deserialize<'de> for Database
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl Clone for Database
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Database
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Database

impl Sync for Database