pub enum TextInputType {
Text,
Password,
}Variants§
Auto Trait Implementations§
impl Freeze for TextInputType
impl RefUnwindSafe for TextInputType
impl Send for TextInputType
impl Sync for TextInputType
impl Unpin for TextInputType
impl UnsafeUnpin for TextInputType
impl UnwindSafe for TextInputType
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