pub enum StateType {
Show 44 variants
Invalid,
Active,
Armed,
Busy,
Checked,
Defunct,
Editable,
Enabled,
Expandable,
Expanded,
Focusable,
Focused,
Horizontal,
Iconified,
Modal,
MultiLine,
Multiselectable,
Opaque,
Pressed,
Resizable,
Selectable,
Selected,
Sensitive,
Showing,
SingleLine,
Stale,
Transient,
Vertical,
Visible,
ManagesDescendants,
Indeterminate,
Truncated,
Required,
InvalidEntry,
SupportsAutocompletion,
SelectableText,
Default,
Animated,
Visited,
Checkable,
HasPopup,
HasTooltip,
ReadOnly,
LastDefined,
// some variants omitted
}
Variants§
Invalid
Active
Armed
Busy
Checked
Defunct
Editable
Enabled
Expandable
Expanded
Focusable
Focused
Horizontal
Iconified
Modal
MultiLine
Multiselectable
Opaque
Pressed
Resizable
Selectable
Selected
Sensitive
Showing
SingleLine
Stale
Transient
Vertical
Visible
ManagesDescendants
Indeterminate
Truncated
Required
InvalidEntry
SupportsAutocompletion
SelectableText
Default
Animated
Visited
Checkable
HasPopup
HasTooltip
ReadOnly
LastDefined
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
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
.