pub struct PagerStorage<T>where
T: StorageEngine + Debug,{ /* private fields */ }Trait Implementations§
source§impl<T> Debug for PagerStorage<T>where
T: StorageEngine + Debug + Debug,
impl<T> Debug for PagerStorage<T>where T: StorageEngine + Debug + Debug,
source§impl<T> PartialEq<PagerStorage<T>> for PagerStorage<T>where
T: StorageEngine + Debug + PartialEq,
impl<T> PartialEq<PagerStorage<T>> for PagerStorage<T>where T: StorageEngine + Debug + PartialEq,
source§fn eq(&self, other: &PagerStorage<T>) -> bool
fn eq(&self, other: &PagerStorage<T>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl<T> Eq for PagerStorage<T>where T: StorageEngine + Debug + Eq,
impl<T> StructuralEq for PagerStorage<T>where T: StorageEngine + Debug,
impl<T> StructuralPartialEq for PagerStorage<T>where T: StorageEngine + Debug,
Auto Trait Implementations§
impl<T> RefUnwindSafe for PagerStorage<T>where T: RefUnwindSafe,
impl<T> Send for PagerStorage<T>where T: Send,
impl<T> Sync for PagerStorage<T>where T: Sync,
impl<T> Unpin for PagerStorage<T>where T: Unpin,
impl<T> UnwindSafe for PagerStorage<T>where T: UnwindSafe,
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