pub enum HistDirection {
Increasing,
Decreasing,
}
Variants§
Trait Implementations§
Source§impl Clone for HistDirection
impl Clone for HistDirection
Source§fn clone(&self) -> HistDirection
fn clone(&self) -> HistDirection
Returns a duplicate 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 HistDirection
impl Debug for HistDirection
Auto Trait Implementations§
impl Freeze for HistDirection
impl RefUnwindSafe for HistDirection
impl Send for HistDirection
impl Sync for HistDirection
impl Unpin for HistDirection
impl UnwindSafe for HistDirection
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