pub enum PagerOp {
Fail(Status),
Dirty,
WritebackBegin(PagerWritebackBeginOptions),
WritebackEnd,
}
Variants§
Auto Trait Implementations§
impl Freeze for PagerOp
impl RefUnwindSafe for PagerOp
impl Send for PagerOp
impl Sync for PagerOp
impl Unpin for PagerOp
impl UnwindSafe for PagerOp
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