Struct puff_rs::program::commands::WaitForever
source · pub struct WaitForever;Expand description
Run Puff runtime until terminated
Implementations
sourceimpl WaitForever
impl WaitForever
Trait Implementations
sourceimpl RunnableCommand for WaitForever
impl RunnableCommand for WaitForever
sourcefn cli_parser(&self) -> Command
fn cli_parser(&self) -> Command
The clap::Command that specifies the arguments and meta information.
sourcefn make_runnable(
&mut self,
_args: &ArgMatches,
_context: PuffContext
) -> Result<Runnable>
fn make_runnable(
&mut self,
_args: &ArgMatches,
_context: PuffContext
) -> Result<Runnable>
Converts parsed matches from the command line into a Runnable future.
Auto Trait Implementations
impl RefUnwindSafe for WaitForever
impl Send for WaitForever
impl Sync for WaitForever
impl Unpin for WaitForever
impl UnwindSafe for WaitForever
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more