Enum rs::imservice::ChangeCause
source · [−]pub enum ChangeCause {
InputMethod,
Other,
}
Expand description
Map to text_input_unstable_v3.change_cause
values
Variants
InputMethod
Other
Trait Implementations
sourceimpl Clone for ChangeCause
impl Clone for ChangeCause
sourcefn clone(&self) -> ChangeCause
fn clone(&self) -> ChangeCause
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 ChangeCause
impl Debug for ChangeCause
Auto Trait Implementations
impl RefUnwindSafe for ChangeCause
impl Send for ChangeCause
impl Sync for ChangeCause
impl Unpin for ChangeCause
impl UnwindSafe for ChangeCause
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