pub struct DatePickerElement { /* private fields */ }Implementations§
Source§impl DatePickerElement
impl DatePickerElement
pub fn new(action_id: &str) -> Self
pub fn placeholder(self, placeholder: impl Into<PlainText>) -> Self
pub fn initial_date(self, initial_date: impl Into<String>) -> Self
pub fn confirm(self, confirm: ConfirmationDialog) -> Self
Trait Implementations§
Source§impl Debug for DatePickerElement
impl Debug for DatePickerElement
Auto Trait Implementations§
impl Freeze for DatePickerElement
impl RefUnwindSafe for DatePickerElement
impl Send for DatePickerElement
impl Sync for DatePickerElement
impl Unpin for DatePickerElement
impl UnsafeUnpin for DatePickerElement
impl UnwindSafe for DatePickerElement
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