Struct rocks::db::ColumnFamilyHandle [] [src]

pub struct ColumnFamilyHandle<'a, 'b: 'a> { /* fields omitted */ }

Handle for a opened column family

Methods

impl<'a, 'b: 'a> ColumnFamilyHandle<'a, 'b>
[src]

Returns the name of the column family associated with the current handle.

Returns the ID of the column family associated with the current handle.

Trait Implementations

impl<'a, 'b> Drop for ColumnFamilyHandle<'a, 'b>
[src]

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

impl<'a, 'b> AsRef<ColumnFamilyHandle<'a, 'b>> for ColumnFamilyHandle<'a, 'b>
[src]

Performs the conversion.

impl<'a, 'b> Debug for ColumnFamilyHandle<'a, 'b>
[src]

Formats the value using the given formatter.