pub enum PagerStorageMode {
ReadAndWrite,
ReadOnly,
}Variants§
Trait Implementations§
source§impl Debug for PagerStorageMode
impl Debug for PagerStorageMode
source§impl PartialEq<PagerStorageMode> for PagerStorageMode
impl PartialEq<PagerStorageMode> for PagerStorageMode
source§fn eq(&self, other: &PagerStorageMode) -> bool
fn eq(&self, other: &PagerStorageMode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for PagerStorageMode
impl StructuralEq for PagerStorageMode
impl StructuralPartialEq for PagerStorageMode
Auto Trait Implementations§
impl RefUnwindSafe for PagerStorageMode
impl Send for PagerStorageMode
impl Sync for PagerStorageMode
impl Unpin for PagerStorageMode
impl UnwindSafe for PagerStorageMode
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