pub struct CursorColorMsg(pub Color);Expand description
CursorColorMsg represents a cursor color change message. This message is emitted when the program requests the terminal cursor color.
Tuple Fields§
§0: ColorImplementations§
Trait Implementations§
Source§impl Clone for CursorColorMsg
impl Clone for CursorColorMsg
Source§fn clone(&self) -> CursorColorMsg
fn clone(&self) -> CursorColorMsg
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 CursorColorMsg
Source§impl Debug for CursorColorMsg
impl Debug for CursorColorMsg
impl Eq for CursorColorMsg
Source§impl PartialEq for CursorColorMsg
impl PartialEq for CursorColorMsg
impl StructuralPartialEq for CursorColorMsg
Auto Trait Implementations§
impl Freeze for CursorColorMsg
impl RefUnwindSafe for CursorColorMsg
impl Send for CursorColorMsg
impl Sync for CursorColorMsg
impl Unpin for CursorColorMsg
impl UnsafeUnpin for CursorColorMsg
impl UnwindSafe for CursorColorMsg
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