pub enum WriteHistoryType {
PageUp,
PageDown,
Quit,
}Variants§
Auto Trait Implementations§
impl Freeze for WriteHistoryType
impl RefUnwindSafe for WriteHistoryType
impl Send for WriteHistoryType
impl Sync for WriteHistoryType
impl Unpin for WriteHistoryType
impl UnwindSafe for WriteHistoryType
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