Struct crossterm::style::ResetColor
source · pub struct ResetColor;
Expand description
A command that resets the colors back to default.
§Notes
Commands must be executed/queued for execution otherwise they do nothing.
Trait Implementations§
source§impl Clone for ResetColor
impl Clone for ResetColor
source§fn clone(&self) -> ResetColor
fn clone(&self) -> ResetColor
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 ResetColor
impl Command for ResetColor
source§impl Debug for ResetColor
impl Debug for ResetColor
source§impl Display for ResetColor
impl Display for ResetColor
source§impl PartialEq for ResetColor
impl PartialEq for ResetColor
source§fn eq(&self, other: &ResetColor) -> bool
fn eq(&self, other: &ResetColor) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ResetColor
impl Eq for ResetColor
impl StructuralPartialEq for ResetColor
Auto Trait Implementations§
impl Freeze for ResetColor
impl RefUnwindSafe for ResetColor
impl Send for ResetColor
impl Sync for ResetColor
impl Unpin for ResetColor
impl UnwindSafe for ResetColor
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