pub struct CommandUsageOptions {
pub detailed: bool,
pub inline_options: bool,
}Fields§
§detailed: bool§inline_options: boolAuto Trait Implementations§
impl Freeze for CommandUsageOptions
impl RefUnwindSafe for CommandUsageOptions
impl Send for CommandUsageOptions
impl Sync for CommandUsageOptions
impl Unpin for CommandUsageOptions
impl UnwindSafe for CommandUsageOptions
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