Struct clementine::Database [] [src]

pub struct Database {
    pub flushes: i32,
    // some fields omitted
}

Fields

Methods

impl Database
[src]

Trait Implementations

impl Drop for Database
[src]

A method called when the value goes out of scope. Read more