Struct bitcask_rs::StoreKeys[][src]

pub struct StoreKeys<'a> {
    pub active_data_guard: RwLockReadGuard<'a, ActiveData>,
    pub older_data_guard: RwLockReadGuard<'a, OlderData>,
}

Fields

Trait Implementations

impl<'a> IntoIterator for &'a StoreKeys<'a>
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

Creates an iterator from a value. Read more

Auto Trait Implementations

impl<'a> !Send for StoreKeys<'a>

impl<'a> Sync for StoreKeys<'a>