pub enum InputType {
Show 22 variants
Text,
Password,
Email,
Number,
Tel,
Url,
Search,
Date,
Time,
DatetimeLocal,
Month,
Week,
Color,
File,
Hidden,
Checkbox,
Radio,
Range,
Submit,
Reset,
Button,
Image,
}Variants§
Text
Password
Number
Tel
Url
Search
Date
Time
DatetimeLocal
Month
Week
Color
File
Hidden
Checkbox
Radio
Range
Submit
Reset
Button
Image
Implementations§
Auto Trait Implementations§
impl Freeze for InputType
impl RefUnwindSafe for InputType
impl Send for InputType
impl Sync for InputType
impl Unpin for InputType
impl UnwindSafe for InputType
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