Struct seaplane_cli::cli::cmds::flight::SeaplaneFlight
source · pub struct SeaplaneFlight;Implementations
sourceimpl SeaplaneFlight
impl SeaplaneFlight
Trait Implementations
sourceimpl CliCommand for SeaplaneFlight
impl CliCommand for SeaplaneFlight
fn next_subcmd<'a>(
&self,
matches: &'a ArgMatches
) -> Option<(Box<dyn CliCommand>, &'a ArgMatches)>
fn update_ctx(&self, _matches: &ArgMatches, _ctx: &mut Ctx) -> Result<()>
fn run(&self, _ctx: &mut Ctx) -> Result<()>
sourceimpl Clone for SeaplaneFlight
impl Clone for SeaplaneFlight
sourcefn clone(&self) -> SeaplaneFlight
fn clone(&self) -> SeaplaneFlight
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SeaplaneFlight
impl Debug for SeaplaneFlight
impl Copy for SeaplaneFlight
Auto Trait Implementations
impl RefUnwindSafe for SeaplaneFlight
impl Send for SeaplaneFlight
impl Sync for SeaplaneFlight
impl Unpin for SeaplaneFlight
impl UnwindSafe for SeaplaneFlight
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