pub struct DateEditStyleConfig {
pub body: WidgetId,
}Fields§
§body: WidgetIdPre-assembled body (themed TextInput with the optional
trigger already parked in its trailing slot). The recipe may
return this id directly or wrap it.
Auto Trait Implementations§
impl Freeze for DateEditStyleConfig
impl RefUnwindSafe for DateEditStyleConfig
impl Send for DateEditStyleConfig
impl Sync for DateEditStyleConfig
impl Unpin for DateEditStyleConfig
impl UnsafeUnpin for DateEditStyleConfig
impl UnwindSafe for DateEditStyleConfig
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