Enum rs::state::InputMethod
source · [−]pub enum InputMethod {
Active(InputMethodDetails),
InactiveSince(Instant),
}
Variants
Active(InputMethodDetails)
InactiveSince(Instant)
Trait Implementations
sourceimpl Clone for InputMethod
impl Clone for InputMethod
sourcefn clone(&self) -> InputMethod
fn clone(&self) -> InputMethod
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for InputMethod
impl Debug for InputMethod
sourceimpl From<InputMethod> for Event
impl From<InputMethod> for Event
sourcefn from(im: InputMethod) -> Self
fn from(im: InputMethod) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for InputMethod
impl Send for InputMethod
impl Sync for InputMethod
impl Unpin for InputMethod
impl UnwindSafe for InputMethod
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more