pub enum DropdownItemStatus {
Idle,
Hovering,
}
Expand description
Current status of the DropdownItem.
Variants§
Trait Implementations§
source§impl Clone for DropdownItemStatus
impl Clone for DropdownItemStatus
source§fn clone(&self) -> DropdownItemStatus
fn clone(&self) -> DropdownItemStatus
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 DropdownItemStatus
impl Debug for DropdownItemStatus
source§impl Default for DropdownItemStatus
impl Default for DropdownItemStatus
source§fn default() -> DropdownItemStatus
fn default() -> DropdownItemStatus
Returns the “default value” for a type. Read more
source§impl PartialEq<DropdownItemStatus> for DropdownItemStatus
impl PartialEq<DropdownItemStatus> for DropdownItemStatus
source§fn eq(&self, other: &DropdownItemStatus) -> bool
fn eq(&self, other: &DropdownItemStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DropdownItemStatus
impl StructuralPartialEq for DropdownItemStatus
Auto Trait Implementations§
impl RefUnwindSafe for DropdownItemStatus
impl Send for DropdownItemStatus
impl Sync for DropdownItemStatus
impl Unpin for DropdownItemStatus
impl UnwindSafe for DropdownItemStatus
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> NoneValue for Twhere
T: Default,
impl<T> NoneValue for Twhere T: Default,
type NoneType = T
§fn null_value() -> T
fn null_value() -> T
The none-equivalent value.