pub struct ChipColors {Show 13 fields
pub container_color: Color,
pub label_color: Color,
pub leading_icon_color: Color,
pub trailing_icon_color: Color,
pub disabled_container_color: Color,
pub disabled_label_color: Color,
pub disabled_leading_icon_color: Color,
pub disabled_trailing_icon_color: Color,
pub selected_container_color: Color,
pub selected_label_color: Color,
pub selected_leading_icon_color: Color,
pub selected_trailing_icon_color: Color,
pub disabled_selected_container_color: Color,
}Expand description
Color slots for chips (both non-selectable and selectable).
Fields§
§container_color: Color§label_color: Color§leading_icon_color: Color§trailing_icon_color: Color§disabled_container_color: Color§disabled_label_color: Color§disabled_leading_icon_color: Color§disabled_trailing_icon_color: Color§selected_container_color: Color§selected_label_color: Color§selected_leading_icon_color: Color§selected_trailing_icon_color: Color§disabled_selected_container_color: ColorImplementations§
Source§impl ChipColors
impl ChipColors
Trait Implementations§
Source§impl Clone for ChipColors
impl Clone for ChipColors
Source§fn clone(&self) -> ChipColors
fn clone(&self) -> ChipColors
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 ChipColors
Auto Trait Implementations§
impl Freeze for ChipColors
impl RefUnwindSafe for ChipColors
impl Send for ChipColors
impl Sync for ChipColors
impl Unpin for ChipColors
impl UnsafeUnpin for ChipColors
impl UnwindSafe for ChipColors
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