pub enum PageState {
Closed,
PartialOpen,
Open,
}Expand description
The state of a page
Variants§
Closed
This page was fully written and has now been sealed
PartialOpen
This page has been written to, but may have some space left over
Open
This page is fully erased
Trait Implementations§
impl Copy for PageState
impl Eq for PageState
impl StructuralPartialEq for PageState
Auto Trait Implementations§
impl Freeze for PageState
impl RefUnwindSafe for PageState
impl Send for PageState
impl Sync for PageState
impl Unpin for PageState
impl UnsafeUnpin for PageState
impl UnwindSafe for PageState
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