[][src]Struct rexrocksdb::rocksdb::WriteBatch

pub struct WriteBatch { /* fields omitted */ }

Methods

impl WriteBatch[src]

pub fn new() -> WriteBatch[src]

pub fn with_capacity(cap: usize) -> WriteBatch[src]

pub fn count(&self) -> usize[src]

pub fn is_empty(&self) -> bool[src]

pub fn data_size(&self) -> usize[src]

pub fn clear(&self)[src]

pub fn set_save_point(&mut self)[src]

pub fn rollback_to_save_point(&mut self) -> Result<(), String>[src]

Trait Implementations

impl Writable for WriteBatch[src]

impl Drop for WriteBatch[src]

impl Default for WriteBatch[src]

impl Send for WriteBatch[src]

Auto Trait Implementations

impl !Sync for WriteBatch

Blanket Implementations

impl<T> From for T[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.