pub enum StateType {
Normal,
Active,
Prelight,
Selected,
Insensitive,
Inconsistent,
Focused,
// some variants omitted
}
👎Deprecated
Variants§
Normal
👎Deprecated
Active
👎Deprecated
Prelight
👎Deprecated
Selected
👎Deprecated
Insensitive
👎Deprecated
Inconsistent
👎Deprecated
Focused
👎Deprecated
Trait Implementations§
Source§impl<'a> FromValueOptional<'a> for StateType
impl<'a> FromValueOptional<'a> for StateType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Ord for StateType
impl Ord for StateType
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 PartialOrd for StateType
impl PartialOrd for StateType
Source§impl StaticType for StateType
impl StaticType for StateType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for StateType
impl Eq for StateType
impl StructuralPartialEq for StateType
Auto Trait Implementations§
impl Freeze for StateType
impl RefUnwindSafe for StateType
impl Send for StateType
impl Sync for StateType
impl Unpin for StateType
impl UnwindSafe for StateType
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
.