pub struct ThemeColorsRefinement {
Show 65 fields pub border: Option<Hsla>, pub border_variant: Option<Hsla>, pub border_focused: Option<Hsla>, pub border_selected: Option<Hsla>, pub border_transparent: Option<Hsla>, pub border_disabled: Option<Hsla>, pub elevated_surface_background: Option<Hsla>, pub surface_background: Option<Hsla>, pub background: Option<Hsla>, pub element_background: Option<Hsla>, pub element_hover: Option<Hsla>, pub element_active: Option<Hsla>, pub element_selected: Option<Hsla>, pub element_disabled: Option<Hsla>, pub drop_target_background: Option<Hsla>, pub ghost_element_background: Option<Hsla>, pub ghost_element_hover: Option<Hsla>, pub ghost_element_active: Option<Hsla>, pub ghost_element_selected: Option<Hsla>, pub ghost_element_disabled: Option<Hsla>, pub text: Option<Hsla>, pub text_muted: Option<Hsla>, pub text_placeholder: Option<Hsla>, pub text_disabled: Option<Hsla>, pub text_accent: Option<Hsla>, pub icon: Option<Hsla>, pub icon_muted: Option<Hsla>, pub icon_disabled: Option<Hsla>, pub icon_placeholder: Option<Hsla>, pub icon_accent: Option<Hsla>, pub status_bar_background: Option<Hsla>, pub title_bar_background: Option<Hsla>, pub toolbar_background: Option<Hsla>, pub tab_bar_background: Option<Hsla>, pub tab_inactive_background: Option<Hsla>, pub tab_active_background: Option<Hsla>, pub editor_background: Option<Hsla>, pub editor_gutter_background: Option<Hsla>, pub editor_subheader_background: Option<Hsla>, pub editor_active_line_background: Option<Hsla>, pub editor_highlighted_line_background: Option<Hsla>, pub editor_line_number: Option<Hsla>, pub editor_active_line_number: Option<Hsla>, pub editor_invisible: Option<Hsla>, pub editor_wrap_guide: Option<Hsla>, pub editor_active_wrap_guide: Option<Hsla>, pub editor_document_highlight_read_background: Option<Hsla>, pub editor_document_highlight_write_background: Option<Hsla>, pub terminal_background: Option<Hsla>, pub terminal_ansi_bright_black: Option<Hsla>, pub terminal_ansi_bright_red: Option<Hsla>, pub terminal_ansi_bright_green: Option<Hsla>, pub terminal_ansi_bright_yellow: Option<Hsla>, pub terminal_ansi_bright_blue: Option<Hsla>, pub terminal_ansi_bright_magenta: Option<Hsla>, pub terminal_ansi_bright_cyan: Option<Hsla>, pub terminal_ansi_bright_white: Option<Hsla>, pub terminal_ansi_black: Option<Hsla>, pub terminal_ansi_red: Option<Hsla>, pub terminal_ansi_green: Option<Hsla>, pub terminal_ansi_yellow: Option<Hsla>, pub terminal_ansi_blue: Option<Hsla>, pub terminal_ansi_magenta: Option<Hsla>, pub terminal_ansi_cyan: Option<Hsla>, pub terminal_ansi_white: Option<Hsla>,
}

Fields§

§border: Option<Hsla>§border_variant: Option<Hsla>§border_focused: Option<Hsla>§border_selected: Option<Hsla>§border_transparent: Option<Hsla>§border_disabled: Option<Hsla>§elevated_surface_background: Option<Hsla>§surface_background: Option<Hsla>§background: Option<Hsla>§element_background: Option<Hsla>§element_hover: Option<Hsla>§element_active: Option<Hsla>§element_selected: Option<Hsla>§element_disabled: Option<Hsla>§drop_target_background: Option<Hsla>§ghost_element_background: Option<Hsla>§ghost_element_hover: Option<Hsla>§ghost_element_active: Option<Hsla>§ghost_element_selected: Option<Hsla>§ghost_element_disabled: Option<Hsla>§text: Option<Hsla>§text_muted: Option<Hsla>§text_placeholder: Option<Hsla>§text_disabled: Option<Hsla>§text_accent: Option<Hsla>§icon: Option<Hsla>§icon_muted: Option<Hsla>§icon_disabled: Option<Hsla>§icon_placeholder: Option<Hsla>§icon_accent: Option<Hsla>§status_bar_background: Option<Hsla>§title_bar_background: Option<Hsla>§toolbar_background: Option<Hsla>§tab_bar_background: Option<Hsla>§tab_inactive_background: Option<Hsla>§tab_active_background: Option<Hsla>§editor_background: Option<Hsla>§editor_gutter_background: Option<Hsla>§editor_subheader_background: Option<Hsla>§editor_active_line_background: Option<Hsla>§editor_highlighted_line_background: Option<Hsla>§editor_line_number: Option<Hsla>§editor_active_line_number: Option<Hsla>§editor_invisible: Option<Hsla>§editor_wrap_guide: Option<Hsla>§editor_active_wrap_guide: Option<Hsla>§editor_document_highlight_read_background: Option<Hsla>§editor_document_highlight_write_background: Option<Hsla>§terminal_background: Option<Hsla>§terminal_ansi_bright_black: Option<Hsla>§terminal_ansi_bright_red: Option<Hsla>§terminal_ansi_bright_green: Option<Hsla>§terminal_ansi_bright_yellow: Option<Hsla>§terminal_ansi_bright_blue: Option<Hsla>§terminal_ansi_bright_magenta: Option<Hsla>§terminal_ansi_bright_cyan: Option<Hsla>§terminal_ansi_bright_white: Option<Hsla>§terminal_ansi_black: Option<Hsla>§terminal_ansi_red: Option<Hsla>§terminal_ansi_green: Option<Hsla>§terminal_ansi_yellow: Option<Hsla>§terminal_ansi_blue: Option<Hsla>§terminal_ansi_magenta: Option<Hsla>§terminal_ansi_cyan: Option<Hsla>§terminal_ansi_white: Option<Hsla>

Implementations§

Trait Implementations§

source§

impl Clone for ThemeColorsRefinement

source§

fn clone(&self) -> ThemeColorsRefinement

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for ThemeColorsRefinementwhere Option<Hsla>: Clone,

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Default for ThemeColorsRefinementwhere Option<Hsla>: Clone,

source§

fn default() -> Self

Returns the “default value” for a type. Read more
source§

impl<'de> Deserialize<'de> for ThemeColorsRefinement

source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
source§

impl From<ThemeColorsRefinement> for ThemeColorswhere Option<Hsla>: Clone,

source§

fn from(value: ThemeColorsRefinement) -> Self

Converts to this type from the input type.
source§

impl Refineable for ThemeColorsRefinementwhere Option<Hsla>: Clone,

§

type Refinement = ThemeColorsRefinement

source§

fn refine(&mut self, refinement: &Self::Refinement)

source§

fn refined(self, refinement: Self::Refinement) -> Self

§

fn from_cascade(cascade: &Cascade<Self>) -> Selfwhere Self: Default + Sized,

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for Twhere T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> DynClone for Twhere T: Clone,

source§

fn __clone_box(&self, _: Private) -> *mut ()

source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

§

impl<T> Pointable for T

§

const ALIGN: usize = mem::align_of::<T>()

The alignment of pointer.
§

type Init = T

The type for initializers.
§

unsafe fn init(init: <T as Pointable>::Init) -> usize

Initializes a with the given initializer. Read more
§

unsafe fn deref<'a>(ptr: usize) -> &'a T

Dereferences the given pointer. Read more
§

unsafe fn deref_mut<'a>(ptr: usize) -> &'a mut T

Mutably dereferences the given pointer. Read more
§

unsafe fn drop(ptr: usize)

Drops the object pointed to by the given pointer. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToOwned for Twhere T: Clone,

§

type Owned = T

The resulting type after obtaining ownership.
source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
§

impl<V, T> VZip<V> for Twhere V: MultiLane<T>,

§

fn vzip(self) -> V

source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

impl<T> DeserializeOwned for Twhere T: for<'de> Deserialize<'de>,