pub struct PaneSetKeyboard { /* private fields */ }Expand description
Keyboard actions broadcast to a pane set.
Implementations§
Trait Implementations§
Source§impl Clone for PaneSetKeyboard
impl Clone for PaneSetKeyboard
Source§fn clone(&self) -> PaneSetKeyboard
fn clone(&self) -> PaneSetKeyboard
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 PaneSetKeyboard
impl !UnwindSafe for PaneSetKeyboard
impl Freeze for PaneSetKeyboard
impl Send for PaneSetKeyboard
impl Sync for PaneSetKeyboard
impl Unpin for PaneSetKeyboard
impl UnsafeUnpin for PaneSetKeyboard
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