pub struct PaneKeyboard { /* private fields */ }Expand description
Keyboard actions for one pane.
Implementations§
Trait Implementations§
Source§impl Clone for PaneKeyboard
impl Clone for PaneKeyboard
Source§fn clone(&self) -> PaneKeyboard
fn clone(&self) -> PaneKeyboard
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 !RefUnwindSafe for PaneKeyboard
impl !UnwindSafe for PaneKeyboard
impl Freeze for PaneKeyboard
impl Send for PaneKeyboard
impl Sync for PaneKeyboard
impl Unpin for PaneKeyboard
impl UnsafeUnpin for PaneKeyboard
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