Enum freya::components::DropdownState  
pub enum DropdownState {
    Idle,
    Hovering,
}Expand description
Current status of the Dropdown.
Variants§
Trait Implementations§
§impl Clone for DropdownState
 
impl Clone for DropdownState
§fn clone(&self) -> DropdownState
 
fn clone(&self) -> DropdownState
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 more§impl Debug for DropdownState
 
impl Debug for DropdownState
§impl Default for DropdownState
 
impl Default for DropdownState
§fn default() -> DropdownState
 
fn default() -> DropdownState
Returns the “default value” for a type. Read more
§impl PartialEq<DropdownState> for DropdownState
 
impl PartialEq<DropdownState> for DropdownState
§fn eq(&self, other: &DropdownState) -> bool
 
fn eq(&self, other: &DropdownState) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.impl Copy for DropdownState
impl StructuralPartialEq for DropdownState
Auto Trait Implementations§
impl RefUnwindSafe for DropdownState
impl Send for DropdownState
impl Sync for DropdownState
impl Unpin for DropdownState
impl UnwindSafe for DropdownState
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.