pub enum TextInputState {
Idle,
Editing,
}Variants§
Trait Implementations§
Source§impl Default for TextInputState
impl Default for TextInputState
Source§fn default() -> TextInputState
fn default() -> TextInputState
Returns the “default value” for a type. Read more
Source§impl PartialEq for TextInputState
impl PartialEq for TextInputState
Source§fn eq(&self, other: &TextInputState) -> bool
fn eq(&self, other: &TextInputState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TextInputState
Auto Trait Implementations§
impl Freeze for TextInputState
impl RefUnwindSafe for TextInputState
impl Send for TextInputState
impl Sync for TextInputState
impl Unpin for TextInputState
impl UnsafeUnpin for TextInputState
impl UnwindSafe for TextInputState
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