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