pub struct SearchBarColors {
pub container_color: Color,
pub active_container_color: Color,
pub divider_color: Color,
pub content_color: Color,
pub placeholder_color: Color,
pub scrim_color: Color,
}Expand description
Color slots for SearchBar. Matches Compose Material3 SearchBarColors.
Fields§
§container_color: Color§active_container_color: Color§divider_color: Color§content_color: Color§placeholder_color: Color§scrim_color: ColorImplementations§
Trait Implementations§
Source§impl Clone for SearchBarColors
impl Clone for SearchBarColors
Source§fn clone(&self) -> SearchBarColors
fn clone(&self) -> SearchBarColors
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 SearchBarColors
Source§impl Debug for SearchBarColors
impl Debug for SearchBarColors
Auto Trait Implementations§
impl Freeze for SearchBarColors
impl RefUnwindSafe for SearchBarColors
impl Send for SearchBarColors
impl Sync for SearchBarColors
impl Unpin for SearchBarColors
impl UnsafeUnpin for SearchBarColors
impl UnwindSafe for SearchBarColors
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