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 ==.impl Copy for SetScrollingAll
impl Eq for SetScrollingAll
impl StructuralEq for SetScrollingAll
impl StructuralPartialEq for SetScrollingAll
Auto Trait Implementations§
impl RefUnwindSafe for SetScrollingAll
impl Send for SetScrollingAll
impl Sync for SetScrollingAll
impl Unpin for SetScrollingAll
impl UnwindSafe for SetScrollingAll
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