Struct seaplane_cli::cli::cmds::formation::SeaplaneFormation
source · [−]pub struct SeaplaneFormation;Implementations
Trait Implementations
sourceimpl CliCommand for SeaplaneFormation
impl CliCommand for SeaplaneFormation
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 SeaplaneFormation
impl Clone for SeaplaneFormation
sourcefn clone(&self) -> SeaplaneFormation
fn clone(&self) -> SeaplaneFormation
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for SeaplaneFormation
impl Debug for SeaplaneFormation
impl Copy for SeaplaneFormation
Auto Trait Implementations
impl RefUnwindSafe for SeaplaneFormation
impl Send for SeaplaneFormation
impl Sync for SeaplaneFormation
impl Unpin for SeaplaneFormation
impl UnwindSafe for SeaplaneFormation
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