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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for KeyboardType
Source§impl Debug for KeyboardType
impl Debug for KeyboardType
impl Eq for KeyboardType
Source§impl PartialEq for KeyboardType
impl PartialEq for KeyboardType
Source§fn eq(&self, other: &KeyboardType) -> bool
fn eq(&self, other: &KeyboardType) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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