pub struct ColorProfileMsg {
pub profile: ColorProfile,
}Expand description
ColorProfileMsg describes the terminal’s color profile.
Fields§
§profile: ColorProfileProfile enum.
Trait Implementations§
Source§impl Clone for ColorProfileMsg
impl Clone for ColorProfileMsg
Source§fn clone(&self) -> ColorProfileMsg
fn clone(&self) -> ColorProfileMsg
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 ColorProfileMsg
Source§impl Debug for ColorProfileMsg
impl Debug for ColorProfileMsg
impl Eq for ColorProfileMsg
Source§impl PartialEq for ColorProfileMsg
impl PartialEq for ColorProfileMsg
impl StructuralPartialEq for ColorProfileMsg
Auto Trait Implementations§
impl Freeze for ColorProfileMsg
impl RefUnwindSafe for ColorProfileMsg
impl Send for ColorProfileMsg
impl Sync for ColorProfileMsg
impl Unpin for ColorProfileMsg
impl UnsafeUnpin for ColorProfileMsg
impl UnwindSafe for ColorProfileMsg
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