pub struct ColdStoreColdIndexPageStore { /* private fields */ }Implementations§
Source§impl ColdStoreColdIndexPageStore
impl ColdStoreColdIndexPageStore
pub fn new(cold_store: ColdStoreHandle) -> Self
Trait Implementations§
Source§impl Clone for ColdStoreColdIndexPageStore
impl Clone for ColdStoreColdIndexPageStore
Source§fn clone(&self) -> ColdStoreColdIndexPageStore
fn clone(&self) -> ColdStoreColdIndexPageStore
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ColdIndexPageStore for ColdStoreColdIndexPageStore
impl ColdIndexPageStore for ColdStoreColdIndexPageStore
fn put_page<'a>( &'a self, key: &'a ColdIndexPageKey, page: &'a ColdIndexPage, ) -> ColdIndexPageStoreFuture<'a, ()>
fn get_page<'a>( &'a self, key: &'a ColdIndexPageKey, ) -> ColdIndexPageStoreFuture<'a, Option<ColdIndexPage>>
Auto Trait Implementations§
impl !RefUnwindSafe for ColdStoreColdIndexPageStore
impl !UnwindSafe for ColdStoreColdIndexPageStore
impl Freeze for ColdStoreColdIndexPageStore
impl Send for ColdStoreColdIndexPageStore
impl Sync for ColdStoreColdIndexPageStore
impl Unpin for ColdStoreColdIndexPageStore
impl UnsafeUnpin for ColdStoreColdIndexPageStore
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more