pub enum ChromeImeTextSpanType {
Composition,
Suggestion,
MisspellingSuggestion,
Autocorrect,
GrammarSuggestion,
}Variants§
Trait Implementations§
Source§impl Clone for ChromeImeTextSpanType
impl Clone for ChromeImeTextSpanType
Source§fn clone(&self) -> ChromeImeTextSpanType
fn clone(&self) -> ChromeImeTextSpanType
Returns a duplicate 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 moreSource§impl Debug for ChromeImeTextSpanType
impl Debug for ChromeImeTextSpanType
Source§impl From<ChromeImeTextSpanType> for ImeTextSpanType
impl From<ChromeImeTextSpanType> for ImeTextSpanType
Source§fn from(value: ChromeImeTextSpanType) -> Self
fn from(value: ChromeImeTextSpanType) -> Self
Converts to this type from the input type.
Source§impl From<ImeTextSpanType> for ChromeImeTextSpanType
impl From<ImeTextSpanType> for ChromeImeTextSpanType
Source§fn from(value: ImeTextSpanType) -> Self
fn from(value: ImeTextSpanType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ChromeImeTextSpanType
impl PartialEq for ChromeImeTextSpanType
impl Copy for ChromeImeTextSpanType
impl Eq for ChromeImeTextSpanType
impl StructuralPartialEq for ChromeImeTextSpanType
Auto Trait Implementations§
impl Freeze for ChromeImeTextSpanType
impl RefUnwindSafe for ChromeImeTextSpanType
impl Send for ChromeImeTextSpanType
impl Sync for ChromeImeTextSpanType
impl Unpin for ChromeImeTextSpanType
impl UnsafeUnpin for ChromeImeTextSpanType
impl UnwindSafe for ChromeImeTextSpanType
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