pub enum RunnerOptions {
List(RunnerListCliArgs),
Get(RunnerMetadataGetCliArgs),
Create(RunnerPostDataCliArgs),
}
Variants§
Auto Trait Implementations§
impl Freeze for RunnerOptions
impl RefUnwindSafe for RunnerOptions
impl Send for RunnerOptions
impl Sync for RunnerOptions
impl Unpin for RunnerOptions
impl UnwindSafe for RunnerOptions
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