Struct seaplane_cli::cli::cmds::metadata::SeaplaneMetadataCommonArgMatches
source · pub struct SeaplaneMetadataCommonArgMatches<'a>(pub &'a ArgMatches);Expand description
A newtype wrapper to enforce where the ArgMatches came from which reduces errors in checking if
values of arguments were used or not. i.e. seaplane formation create may not have the same
arguments as seaplane account token even though both produce an ArgMatches.
Tuple Fields
0: &'a ArgMatchesTrait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for SeaplaneMetadataCommonArgMatches<'a>
impl<'a> Send for SeaplaneMetadataCommonArgMatches<'a>
impl<'a> Sync for SeaplaneMetadataCommonArgMatches<'a>
impl<'a> Unpin for SeaplaneMetadataCommonArgMatches<'a>
impl<'a> !UnwindSafe for SeaplaneMetadataCommonArgMatches<'a>
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