pub struct InputMethodDetails {
pub hint: ContentHint,
pub purpose: ContentPurpose,
}Fields§
§hint: ContentHint§purpose: ContentPurposeTrait Implementations§
Source§impl Clone for InputMethodDetails
impl Clone for InputMethodDetails
Source§fn clone(&self) -> InputMethodDetails
fn clone(&self) -> InputMethodDetails
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InputMethodDetails
impl RefUnwindSafe for InputMethodDetails
impl Send for InputMethodDetails
impl Sync for InputMethodDetails
impl Unpin for InputMethodDetails
impl UnwindSafe for InputMethodDetails
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