Enum embedder_traits::InputMethodType
source · pub enum InputMethodType {
Show 13 variants
Color,
Date,
DatetimeLocal,
Email,
Month,
Number,
Password,
Search,
Tel,
Text,
Time,
Url,
Week,
}
Expand description
Used to specify the kind of input method editor appropriate to edit a field. This is a subset of htmlinputelement::InputType because some variants of InputType don’t make sense in this context.
Variants§
Trait Implementations§
source§impl Debug for InputMethodType
impl Debug for InputMethodType
source§impl<'de> Deserialize<'de> for InputMethodType
impl<'de> Deserialize<'de> for InputMethodType
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InputMethodType
impl RefUnwindSafe for InputMethodType
impl Send for InputMethodType
impl Sync for InputMethodType
impl Unpin for InputMethodType
impl UnwindSafe for InputMethodType
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