pub enum ModeSwitch {
EnterAltScreen,
ExitAltScreen,
}Expand description
Mode switch direction
Variants§
Trait Implementations§
Source§impl Clone for ModeSwitch
impl Clone for ModeSwitch
Source§fn clone(&self) -> ModeSwitch
fn clone(&self) -> ModeSwitch
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ModeSwitch
impl Debug for ModeSwitch
Source§impl PartialEq for ModeSwitch
impl PartialEq for ModeSwitch
impl Copy for ModeSwitch
impl Eq for ModeSwitch
impl StructuralPartialEq for ModeSwitch
Auto Trait Implementations§
impl Freeze for ModeSwitch
impl RefUnwindSafe for ModeSwitch
impl Send for ModeSwitch
impl Sync for ModeSwitch
impl Unpin for ModeSwitch
impl UnwindSafe for ModeSwitch
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