pub struct HelpEntry {
pub tags: &'static [&'static str],
pub category: HelpCategory,
pub summary: &'static str,
pub detail: &'static str,
}Fields§
§category: HelpCategory§summary: &'static str§detail: &'static strTrait Implementations§
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