pub enum EditorEvent {
CtrlC,
CtrlD,
CtrlQ,
CtrlN,
CtrlS,
CtrlX,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EditorEvent
impl RefUnwindSafe for EditorEvent
impl Send for EditorEvent
impl Sync for EditorEvent
impl Unpin for EditorEvent
impl UnwindSafe for EditorEvent
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