pub enum IMStatusStyle {
Nothing,
Callback,
None,
// some variants omitted
}
๐Deprecated
Variantsยง
Trait Implementationsยง
Sourceยงimpl Clone for IMStatusStyle
impl Clone for IMStatusStyle
Sourceยงfn clone(&self) -> IMStatusStyle
fn clone(&self) -> IMStatusStyle
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 IMStatusStyle
impl Debug for IMStatusStyle
Sourceยงimpl Display for IMStatusStyle
impl Display for IMStatusStyle
Sourceยงimpl<'a> FromValue<'a> for IMStatusStyle
impl<'a> FromValue<'a> for IMStatusStyle
unsafe fn from_value(value: &Value) -> Self
Sourceยงimpl<'a> FromValueOptional<'a> for IMStatusStyle
impl<'a> FromValueOptional<'a> for IMStatusStyle
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Sourceยงimpl Hash for IMStatusStyle
impl Hash for IMStatusStyle
Sourceยงimpl Ord for IMStatusStyle
impl Ord for IMStatusStyle
Sourceยงfn cmp(&self, other: &IMStatusStyle) -> Ordering
fn cmp(&self, other: &IMStatusStyle) -> 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 IMStatusStyle
impl PartialEq for IMStatusStyle
Sourceยงimpl PartialOrd for IMStatusStyle
impl PartialOrd for IMStatusStyle
Sourceยงimpl StaticType for IMStatusStyle
impl StaticType for IMStatusStyle
Sourceยงfn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for IMStatusStyle
impl Eq for IMStatusStyle
impl StructuralPartialEq for IMStatusStyle
Auto Trait Implementationsยง
impl Freeze for IMStatusStyle
impl RefUnwindSafe for IMStatusStyle
impl Send for IMStatusStyle
impl Sync for IMStatusStyle
impl Unpin for IMStatusStyle
impl UnwindSafe for IMStatusStyle
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
.