pub struct SetDefaultForeground;
Expand description
The unit SetDefaultForeground
command.
Trait Implementations§
Source§impl Clone for SetDefaultForeground
impl Clone for SetDefaultForeground
Source§fn clone(&self) -> SetDefaultForeground
fn clone(&self) -> SetDefaultForeground
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 Debug for SetDefaultForeground
impl Debug for SetDefaultForeground
Source§impl Display for SetDefaultForeground
impl Display for SetDefaultForeground
Source§impl PartialEq for SetDefaultForeground
impl PartialEq for SetDefaultForeground
Source§impl Sgr for SetDefaultForeground
impl Sgr for SetDefaultForeground
Source§fn write_param(&self, f: &mut Formatter<'_>) -> Result
fn write_param(&self, f: &mut Formatter<'_>) -> Result
Write the parameter(s) for this SGR command.
impl Command for SetDefaultForeground
impl Copy for SetDefaultForeground
impl Eq for SetDefaultForeground
impl StructuralPartialEq for SetDefaultForeground
Auto Trait Implementations§
impl Freeze for SetDefaultForeground
impl RefUnwindSafe for SetDefaultForeground
impl Send for SetDefaultForeground
impl Sync for SetDefaultForeground
impl Unpin for SetDefaultForeground
impl UnwindSafe for SetDefaultForeground
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