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