Struct rocks::statistics::Statistics [] [src]

pub struct Statistics { /* fields omitted */ }

Analyze the performance of a db

Methods

impl Statistics
[src]

Trait Implementations

impl Drop for Statistics
[src]

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

impl Clone for Statistics
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Statistics
[src]

Returns the "default value" for a type. Read more

impl Display for Statistics
[src]

Formats the value using the given formatter. Read more