pub struct Keybindings { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for Keybindings
impl Debug for Keybindings
Auto Trait Implementations§
impl Freeze for Keybindings
impl !RefUnwindSafe for Keybindings
impl !Send for Keybindings
impl !Sync for Keybindings
impl Unpin for Keybindings
impl !UnwindSafe for Keybindings
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