Struct dialoguer::theme::ColorfulTheme [−][src]
A colorful theme
Fields
defaults_style: Style
The style for default values
prompt_style: Style
The style for prompt
prompt_prefix: StyledObject<String>
Prompt prefix value and style
prompt_suffix: StyledObject<String>
Prompt suffix value and style
success_prefix: StyledObject<String>
Prompt on success prefix value and style
success_suffix: StyledObject<String>
Prompt on success suffix value and style
error_prefix: StyledObject<String>
Error prefix value and style
error_style: Style
The style for error message
hint_style: Style
The style for hints
values_style: Style
The style for values on prompt success
active_item_style: Style
The style for active items
inactive_item_style: Style
The style for inactive items
active_item_prefix: StyledObject<String>
Active item in select prefix value and style
inactive_item_prefix: StyledObject<String>
Inctive item in select prefix value and style
checked_item_prefix: StyledObject<String>
Checked item in multi select prefix value and style
unchecked_item_prefix: StyledObject<String>
Unchecked item in multi select prefix value and style
picked_item_prefix: StyledObject<String>
Picked item in sort prefix value and style
unpicked_item_prefix: StyledObject<String>
Unpicked item in sort prefix value and style
Trait Implementations
impl Default for ColorfulTheme
[src][+]
impl Theme for ColorfulTheme
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ColorfulTheme
impl Send for ColorfulTheme
impl Sync for ColorfulTheme
impl Unpin for ColorfulTheme
impl UnwindSafe for ColorfulTheme
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,