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