pub enum RunMode {
Static,
Dynamic,
Uninitialized,
}Expand description
Define the modes in which minus can run
Variants§
Static
Available on crate feature
static_output only.Dynamic
Available on crate feature
dynamic_output only.Uninitialized
Implementations§
Trait Implementations§
impl Copy for RunMode
impl Eq for RunMode
impl StructuralPartialEq for RunMode
Auto Trait Implementations§
impl Freeze for RunMode
impl RefUnwindSafe for RunMode
impl Send for RunMode
impl Sync for RunMode
impl Unpin for RunMode
impl UnwindSafe for RunMode
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