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