Struct rocksdb::rocksdb_options::WriteOptions [] [src]

pub struct WriteOptions {
    pub inner: DBWriteOptions,
}

Fields

inner: DBWriteOptions

Methods

impl WriteOptions
[src]

fn new() -> WriteOptions

fn set_sync(&mut self, sync: bool)

Trait Implementations

impl Drop for WriteOptions
[src]

fn drop(&mut self)

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

impl Default for WriteOptions
[src]

fn default() -> WriteOptions

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