pub struct ExpandedDockedSearchBarConfig {
pub modifier: Modifier,
pub colors: SearchBarColors,
pub shape_radius: f32,
pub dropdown_shape_radius: f32,
pub dropdown_gap_size: f32,
pub dropdown_scrim_color: Color,
pub tonal_elevation: f32,
pub shadow_elevation: f32,
}Expand description
Configuration for ExpandedDockedSearchBar.
Fields§
§modifier: Modifier§colors: SearchBarColors§shape_radius: f32§dropdown_shape_radius: f32§dropdown_gap_size: f32§dropdown_scrim_color: Color§tonal_elevation: f32§shadow_elevation: f32Trait Implementations§
Source§impl Clone for ExpandedDockedSearchBarConfig
impl Clone for ExpandedDockedSearchBarConfig
Source§fn clone(&self) -> ExpandedDockedSearchBarConfig
fn clone(&self) -> ExpandedDockedSearchBarConfig
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for ExpandedDockedSearchBarConfig
impl !Send for ExpandedDockedSearchBarConfig
impl !Sync for ExpandedDockedSearchBarConfig
impl !UnwindSafe for ExpandedDockedSearchBarConfig
impl Freeze for ExpandedDockedSearchBarConfig
impl Unpin for ExpandedDockedSearchBarConfig
impl UnsafeUnpin for ExpandedDockedSearchBarConfig
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