Struct thaw::TimePickerProps
source · pub struct TimePickerProps {
pub value: RwSignal<Option<NaiveTime>>,
pub class: MaybeSignal<String>,
pub attrs: Vec<(&'static str, Attribute)>,
}Expand description
Props for the TimePicker component.
§Required Props
- attrs: [
Vec<(&'static str, Attribute)>]
§Optional Props
Fields§
§value: RwSignal<Option<NaiveTime>>§class: MaybeSignal<String>§attrs: Vec<(&'static str, Attribute)>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for TimePickerProps
impl !Send for TimePickerProps
impl !Sync for TimePickerProps
impl Unpin for TimePickerProps
impl !UnwindSafe for TimePickerProps
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