pub struct KeyBindingList { /* private fields */ }Trait Implementations§
Source§impl Default for KeyBindingList
impl Default for KeyBindingList
Source§fn default() -> KeyBindingList
fn default() -> KeyBindingList
Returns the “default value” for a type. Read more
impl<'pin> Unpin for KeyBindingListwhere
PinnedFieldsOf<__KeyBindingList<'pin>>: Unpin,
Auto Trait Implementations§
impl !Freeze for KeyBindingList
impl !RefUnwindSafe for KeyBindingList
impl !Send for KeyBindingList
impl !Sync for KeyBindingList
impl !UnsafeUnpin for KeyBindingList
impl !UnwindSafe for KeyBindingList
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