pub struct RequestForegroundColorMsg;Expand description
RequestForegroundColorMsg is a message that requests the terminal foreground color.
Trait Implementations§
Source§impl Clone for RequestForegroundColorMsg
impl Clone for RequestForegroundColorMsg
Source§fn clone(&self) -> RequestForegroundColorMsg
fn clone(&self) -> RequestForegroundColorMsg
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 RequestForegroundColorMsg
Source§impl Debug for RequestForegroundColorMsg
impl Debug for RequestForegroundColorMsg
impl Eq for RequestForegroundColorMsg
impl StructuralPartialEq for RequestForegroundColorMsg
Auto Trait Implementations§
impl Freeze for RequestForegroundColorMsg
impl RefUnwindSafe for RequestForegroundColorMsg
impl Send for RequestForegroundColorMsg
impl Sync for RequestForegroundColorMsg
impl Unpin for RequestForegroundColorMsg
impl UnsafeUnpin for RequestForegroundColorMsg
impl UnwindSafe for RequestForegroundColorMsg
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