pub enum KeyboardType {
Text,
Number,
Email,
Phone,
Url,
}Expand description
Virtual keyboard type for a TextInput.
Variants§
Trait Implementations§
Source§impl Clone for KeyboardType
impl Clone for KeyboardType
Source§fn clone(&self) -> KeyboardType
fn clone(&self) -> KeyboardType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KeyboardType
impl Debug for KeyboardType
Source§impl PartialEq for KeyboardType
impl PartialEq for KeyboardType
impl Copy for KeyboardType
impl Eq for KeyboardType
impl StructuralPartialEq for KeyboardType
Auto Trait Implementations§
impl Freeze for KeyboardType
impl RefUnwindSafe for KeyboardType
impl Send for KeyboardType
impl Sync for KeyboardType
impl Unpin for KeyboardType
impl UnwindSafe for KeyboardType
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