pub struct HelpOverlayState {
pub list: SearchableList,
pub rows: Vec<FlattenedKeybindingRow>,
}Fields§
§list: SearchableList§rows: Vec<FlattenedKeybindingRow>Trait Implementations§
Source§impl Clone for HelpOverlayState
impl Clone for HelpOverlayState
Source§fn clone(&self) -> HelpOverlayState
fn clone(&self) -> HelpOverlayState
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HelpOverlayState
impl RefUnwindSafe for HelpOverlayState
impl Send for HelpOverlayState
impl Sync for HelpOverlayState
impl Unpin for HelpOverlayState
impl UnsafeUnpin for HelpOverlayState
impl UnwindSafe for HelpOverlayState
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