Struct seaplane_cli::cli::cmds::SeaplaneAccount
source · [−]pub struct SeaplaneAccount;Implementations
Trait Implementations
sourceimpl CliCommand for SeaplaneAccount
impl CliCommand for SeaplaneAccount
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 SeaplaneAccount
impl Clone for SeaplaneAccount
sourcefn clone(&self) -> SeaplaneAccount
fn clone(&self) -> SeaplaneAccount
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 SeaplaneAccount
impl Debug for SeaplaneAccount
impl Copy for SeaplaneAccount
Auto Trait Implementations
impl RefUnwindSafe for SeaplaneAccount
impl Send for SeaplaneAccount
impl Sync for SeaplaneAccount
impl Unpin for SeaplaneAccount
impl UnwindSafe for SeaplaneAccount
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