pub struct CommandLabels {
pub hint: &'static str,
pub description: &'static str,
}Expand description
Labels for a command: short hint for footer bar, long description for help overlay.
Fields§
§hint: &'static strShort label for the footer bar.
description: &'static strFull description for the help overlay.
Auto Trait Implementations§
impl Freeze for CommandLabels
impl RefUnwindSafe for CommandLabels
impl Send for CommandLabels
impl Sync for CommandLabels
impl Unpin for CommandLabels
impl UnsafeUnpin for CommandLabels
impl UnwindSafe for CommandLabels
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