Struct console_prompt::SetScrollingAll
source · pub struct SetScrollingAll();Trait Implementations§
source§impl Clone for SetScrollingAll
impl Clone for SetScrollingAll
source§fn clone(&self) -> SetScrollingAll
fn clone(&self) -> SetScrollingAll
Returns a copy 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 Command for SetScrollingAll
impl Command for SetScrollingAll
Enables scrolling for the entire screen.
This is called after running SetScrollingRegion
to re-enable terminal scrolling for the entire screen.
source§impl Debug for SetScrollingAll
impl Debug for SetScrollingAll
source§impl PartialEq<SetScrollingAll> for SetScrollingAll
impl PartialEq<SetScrollingAll> for SetScrollingAll
source§fn eq(&self, other: &SetScrollingAll) -> bool
fn eq(&self, other: &SetScrollingAll) -> bool
This method tests for
self and other values to be equal, and is used
by ==.