pub enum IMPreeditStyle {
Nothing,
Callback,
None,
// some variants omitted
}
๐Deprecated
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for IMPreeditStyle
impl Clone for IMPreeditStyle
Sourceยงfn clone(&self) -> IMPreeditStyle
fn clone(&self) -> IMPreeditStyle
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 moreSourceยงimpl Debug for IMPreeditStyle
impl Debug for IMPreeditStyle
Sourceยงimpl Display for IMPreeditStyle
impl Display for IMPreeditStyle
Sourceยงimpl<'a> FromValue<'a> for IMPreeditStyle
impl<'a> FromValue<'a> for IMPreeditStyle
unsafe fn from_value(value: &Value) -> Self
Sourceยงimpl<'a> FromValueOptional<'a> for IMPreeditStyle
impl<'a> FromValueOptional<'a> for IMPreeditStyle
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Sourceยงimpl Hash for IMPreeditStyle
impl Hash for IMPreeditStyle
Sourceยงimpl Ord for IMPreeditStyle
impl Ord for IMPreeditStyle
Sourceยงfn cmp(&self, other: &IMPreeditStyle) -> Ordering
fn cmp(&self, other: &IMPreeditStyle) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for IMPreeditStyle
impl PartialEq for IMPreeditStyle
Sourceยงimpl PartialOrd for IMPreeditStyle
impl PartialOrd for IMPreeditStyle
Sourceยงimpl StaticType for IMPreeditStyle
impl StaticType for IMPreeditStyle
Sourceยงfn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for IMPreeditStyle
impl Eq for IMPreeditStyle
impl StructuralPartialEq for IMPreeditStyle
Auto Trait Implementationsยง
impl Freeze for IMPreeditStyle
impl RefUnwindSafe for IMPreeditStyle
impl Send for IMPreeditStyle
impl Sync for IMPreeditStyle
impl Unpin for IMPreeditStyle
impl UnwindSafe for IMPreeditStyle
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
Sourceยงimpl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Sourceยงimpl<T> ToSendValue for T
impl<T> ToSendValue for T
Sourceยงfn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.