pub struct EnterAlternateScreen;Expand description
The unit EnterAlternateScreen command.
Trait Implementations§
Source§impl Clone for EnterAlternateScreen
 
impl Clone for EnterAlternateScreen
Source§fn clone(&self) -> EnterAlternateScreen
 
fn clone(&self) -> EnterAlternateScreen
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 EnterAlternateScreen
 
impl Debug for EnterAlternateScreen
Source§impl Display for EnterAlternateScreen
 
impl Display for EnterAlternateScreen
Source§impl PartialEq for EnterAlternateScreen
 
impl PartialEq for EnterAlternateScreen
impl Command for EnterAlternateScreen
impl Copy for EnterAlternateScreen
impl Eq for EnterAlternateScreen
impl StructuralPartialEq for EnterAlternateScreen
Auto Trait Implementations§
impl Freeze for EnterAlternateScreen
impl RefUnwindSafe for EnterAlternateScreen
impl Send for EnterAlternateScreen
impl Sync for EnterAlternateScreen
impl Unpin for EnterAlternateScreen
impl UnwindSafe for EnterAlternateScreen
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