pub enum StartArgs {
DryRun,
}Variants§
DryRun
Execute the command in dry-run mode
Trait Implementations§
Source§impl ComposeCommand<(), StartArgs> for StartCommand
impl ComposeCommand<(), StartArgs> for StartCommand
Auto Trait Implementations§
impl Freeze for StartArgs
impl RefUnwindSafe for StartArgs
impl Send for StartArgs
impl Sync for StartArgs
impl Unpin for StartArgs
impl UnwindSafe for StartArgs
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