Enum hac_cli::RuntimeBehavior
source · pub enum RuntimeBehavior {
PrintConfigPath,
PrintDataPath,
DumpDefaultConfig,
Run,
}Variants§
Auto Trait Implementations§
impl Freeze for RuntimeBehavior
impl RefUnwindSafe for RuntimeBehavior
impl Send for RuntimeBehavior
impl Sync for RuntimeBehavior
impl Unpin for RuntimeBehavior
impl UnwindSafe for RuntimeBehavior
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