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