pub struct SearchFieldStyleConfig {
pub body: WidgetId,
}Fields§
§body: WidgetIdPre-assembled body — the TextInput already carrying the
magnifier glyph in its leading slot and the clear button
enabled via show_clear_button(true).
Auto Trait Implementations§
impl Freeze for SearchFieldStyleConfig
impl RefUnwindSafe for SearchFieldStyleConfig
impl Send for SearchFieldStyleConfig
impl Sync for SearchFieldStyleConfig
impl Unpin for SearchFieldStyleConfig
impl UnsafeUnpin for SearchFieldStyleConfig
impl UnwindSafe for SearchFieldStyleConfig
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