pub struct ClearScreenMsg;Expand description
A message to signal the terminal to clear the screen.
Trait Implementations§
Source§impl Clone for ClearScreenMsg
impl Clone for ClearScreenMsg
Source§fn clone(&self) -> ClearScreenMsg
fn clone(&self) -> ClearScreenMsg
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 moreAuto Trait Implementations§
impl Freeze for ClearScreenMsg
impl RefUnwindSafe for ClearScreenMsg
impl Send for ClearScreenMsg
impl Sync for ClearScreenMsg
impl Unpin for ClearScreenMsg
impl UnwindSafe for ClearScreenMsg
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