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 UnsafeUnpin 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