pub struct RunQueryClientSubCommand;Trait Implementations§
Source§impl<App> CommandRunner<App, QueryClientSubCommand> for RunQueryClientSubCommand
impl<App> CommandRunner<App, QueryClientSubCommand> for RunQueryClientSubCommand
async fn run_command( app: &App, subcommand: &QueryClientSubCommand, ) -> Result<App::Output, App::Error>
Auto Trait Implementations§
impl Freeze for RunQueryClientSubCommand
impl RefUnwindSafe for RunQueryClientSubCommand
impl Send for RunQueryClientSubCommand
impl Sync for RunQueryClientSubCommand
impl Unpin for RunQueryClientSubCommand
impl UnsafeUnpin for RunQueryClientSubCommand
impl UnwindSafe for RunQueryClientSubCommand
Blanket Implementations§
impl<A> Async for A
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