pub struct ImeCandidate {
pub label: String,
pub text: String,
}Expand description
A candidate in the IME candidate list.
Fields§
§label: StringDisplay label (e.g., “1”, “2”).
text: StringThe candidate text.
Trait Implementations§
Source§impl Clone for ImeCandidate
impl Clone for ImeCandidate
Source§fn clone(&self) -> ImeCandidate
fn clone(&self) -> ImeCandidate
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ImeCandidate
impl Debug for ImeCandidate
Source§impl PartialEq for ImeCandidate
impl PartialEq for ImeCandidate
impl Eq for ImeCandidate
impl StructuralPartialEq for ImeCandidate
Auto Trait Implementations§
impl Freeze for ImeCandidate
impl RefUnwindSafe for ImeCandidate
impl Send for ImeCandidate
impl Sync for ImeCandidate
impl Unpin for ImeCandidate
impl UnwindSafe for ImeCandidate
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)