pub struct HelpEntry {
pub section: HelpSection,
pub keys: &'static str,
pub description: &'static str,
}Fields§
§section: HelpSection§keys: &'static str§description: &'static strTrait Implementations§
impl Copy for HelpEntry
impl Eq for HelpEntry
impl StructuralPartialEq for HelpEntry
Auto Trait Implementations§
impl Freeze for HelpEntry
impl RefUnwindSafe for HelpEntry
impl Send for HelpEntry
impl Sync for HelpEntry
impl Unpin for HelpEntry
impl UnsafeUnpin for HelpEntry
impl UnwindSafe for HelpEntry
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