pub enum SetupMode {
Plan,
Apply,
}Expand description
Whether a guarded board setup — of the fields, or of the Status options alone — plans or applies its additions.
Variants§
Trait Implementations§
impl Copy for SetupMode
impl Eq for SetupMode
impl StructuralPartialEq for SetupMode
Auto Trait Implementations§
impl Freeze for SetupMode
impl RefUnwindSafe for SetupMode
impl Send for SetupMode
impl Sync for SetupMode
impl Unpin for SetupMode
impl UnsafeUnpin for SetupMode
impl UnwindSafe for SetupMode
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