pub enum CountDirection {
Up,
Down,
}Variants§
Trait Implementations§
Source§impl Clone for CountDirection
impl Clone for CountDirection
Source§fn clone(&self) -> CountDirection
fn clone(&self) -> CountDirection
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 CountDirection
impl Debug for CountDirection
Source§impl PartialEq for CountDirection
impl PartialEq for CountDirection
impl Copy for CountDirection
impl Eq for CountDirection
impl StructuralPartialEq for CountDirection
Auto Trait Implementations§
impl Freeze for CountDirection
impl RefUnwindSafe for CountDirection
impl Send for CountDirection
impl Sync for CountDirection
impl Unpin for CountDirection
impl UnwindSafe for CountDirection
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