Struct seaplane_cli::cli::cmds::metadata::SeaplaneMetadataSet
source · pub struct SeaplaneMetadataSet;Implementations
Trait Implementations
sourceimpl CliCommand for SeaplaneMetadataSet
impl CliCommand for SeaplaneMetadataSet
fn run(&self, ctx: &mut Ctx) -> Result<()>
fn update_ctx(&self, matches: &ArgMatches, ctx: &mut Ctx) -> Result<()>
fn next_subcmd<'a>(
&self,
_matches: &'a ArgMatches
) -> Option<(Box<dyn CliCommand>, &'a ArgMatches)>
sourceimpl Clone for SeaplaneMetadataSet
impl Clone for SeaplaneMetadataSet
sourcefn clone(&self) -> SeaplaneMetadataSet
fn clone(&self) -> SeaplaneMetadataSet
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 SeaplaneMetadataSet
impl Debug for SeaplaneMetadataSet
impl Copy for SeaplaneMetadataSet
Auto Trait Implementations
impl RefUnwindSafe for SeaplaneMetadataSet
impl Send for SeaplaneMetadataSet
impl Sync for SeaplaneMetadataSet
impl Unpin for SeaplaneMetadataSet
impl UnwindSafe for SeaplaneMetadataSet
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