pub struct CommandUsageResult {
pub usage: String,
pub detailed_option_list: Vec<OptionUsage>,
}Fields§
§usage: String§detailed_option_list: Vec<OptionUsage>Auto Trait Implementations§
impl Freeze for CommandUsageResult
impl RefUnwindSafe for CommandUsageResult
impl Send for CommandUsageResult
impl Sync for CommandUsageResult
impl Unpin for CommandUsageResult
impl UnwindSafe for CommandUsageResult
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