pub struct Namespace(/* private fields */);Expand description
The flag names one subcommand has already spent.
Requires the document feature.
PUT /vouchers/{id} takes an id in the path and an id in the body; clap
panics on a duplicate name, so the second claimant is prefixed rather than
dropped. Both values stay reachable from the command line, and the flag that
moved says which wire name it carries in its help line — renamed is how
a flag reports that once the document it came from is gone.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Namespace
impl RefUnwindSafe for Namespace
impl Send for Namespace
impl Sync for Namespace
impl Unpin for Namespace
impl UnsafeUnpin for Namespace
impl UnwindSafe for Namespace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more