pub struct FieldStyles {Show 18 fields
pub base: Style,
pub title: Style,
pub description: Style,
pub error_indicator: Style,
pub error_message: Style,
pub select_selector: Style,
pub option: Style,
pub next_indicator: Style,
pub prev_indicator: Style,
pub multi_select_selector: Style,
pub selected_option: Style,
pub selected_prefix: Style,
pub unselected_option: Style,
pub unselected_prefix: Style,
pub text_input: TextInputStyles,
pub focused_button: Style,
pub blurred_button: Style,
pub note_title: Style,
}Expand description
Styles for input fields.
Fields§
§base: StyleBase style.
title: StyleTitle style.
description: StyleDescription style.
error_indicator: StyleError indicator style.
error_message: StyleError message style.
select_selector: StyleSelect cursor style.
option: StyleOption style.
next_indicator: StyleNext indicator for inline select.
prev_indicator: StylePrevious indicator for inline select.
multi_select_selector: StyleMulti-select cursor style.
selected_option: StyleSelected option style.
selected_prefix: StyleSelected prefix style.
unselected_option: StyleUnselected option style.
unselected_prefix: StyleUnselected prefix style.
text_input: TextInputStylesText input specific styles.
Focused button style.
Blurred button style.
note_title: StyleNote title style.
Trait Implementations§
Source§impl Clone for FieldStyles
impl Clone for FieldStyles
Source§fn clone(&self) -> FieldStyles
fn clone(&self) -> FieldStyles
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FieldStyles
impl Debug for FieldStyles
Source§impl Default for FieldStyles
impl Default for FieldStyles
Source§fn default() -> FieldStyles
fn default() -> FieldStyles
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FieldStyles
impl !RefUnwindSafe for FieldStyles
impl Send for FieldStyles
impl Sync for FieldStyles
impl Unpin for FieldStyles
impl !UnwindSafe for FieldStyles
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