pub enum StepPosition {
JumpStart(Ident),
JumpEnd(Ident),
JumpNone(Ident),
JumpBoth(Ident),
Start(Ident),
End(Ident),
}Variants§
Trait Implementations§
Source§impl Clone for StepPosition
impl Clone for StepPosition
Source§fn clone(&self) -> StepPosition
fn clone(&self) -> StepPosition
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 StepPosition
impl Debug for StepPosition
Source§impl Hash for StepPosition
impl Hash for StepPosition
Source§impl Ord for StepPosition
impl Ord for StepPosition
Source§fn cmp(&self, other: &StepPosition) -> Ordering
fn cmp(&self, other: &StepPosition) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<'a> Parse<'a> for StepPosition
impl<'a> Parse<'a> for StepPosition
Source§impl PartialEq for StepPosition
impl PartialEq for StepPosition
Source§impl PartialOrd for StepPosition
impl PartialOrd for StepPosition
Source§impl<'a> Peek<'a> for StepPosition
impl<'a> Peek<'a> for StepPosition
Source§impl ToCursors for StepPosition
impl ToCursors for StepPosition
fn to_cursors(&self, s: &mut impl CursorSink)
impl Eq for StepPosition
impl StructuralPartialEq for StepPosition
Auto Trait Implementations§
impl Freeze for StepPosition
impl RefUnwindSafe for StepPosition
impl Send for StepPosition
impl Sync for StepPosition
impl Unpin for StepPosition
impl UnwindSafe for StepPosition
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