pub struct ClearScreenMsg;Expand description
ClearScreenMsg is an internal message that signals to clear the screen.
You can send a ClearScreenMsg with clear_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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ClearScreenMsg
Source§impl Debug for ClearScreenMsg
impl Debug for ClearScreenMsg
impl Eq for ClearScreenMsg
Source§impl PartialEq for ClearScreenMsg
impl PartialEq for ClearScreenMsg
impl StructuralPartialEq for ClearScreenMsg
Auto Trait Implementations§
impl Freeze for ClearScreenMsg
impl RefUnwindSafe for ClearScreenMsg
impl Send for ClearScreenMsg
impl Sync for ClearScreenMsg
impl Unpin for ClearScreenMsg
impl UnsafeUnpin 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