pub enum PlanState {
None,
Active,
Committed,
}Expand description
Planning mode state
Variants§
Trait Implementations§
impl StructuralPartialEq for PlanState
Auto Trait Implementations§
impl Freeze for PlanState
impl RefUnwindSafe for PlanState
impl Send for PlanState
impl Sync for PlanState
impl Unpin for PlanState
impl UnsafeUnpin for PlanState
impl UnwindSafe for PlanState
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