pub enum HelpRow {
Item {
usage: &'static str,
description: &'static str,
},
Text(&'static str),
}Variants§
Auto Trait Implementations§
impl Freeze for HelpRow
impl RefUnwindSafe for HelpRow
impl Send for HelpRow
impl Sync for HelpRow
impl Unpin for HelpRow
impl UnsafeUnpin for HelpRow
impl UnwindSafe for HelpRow
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