Struct winnow::stream::Checkpoint
source · pub struct Checkpoint<T>(_);Expand description
Ensure checkpoint details are kept privazte
Trait Implementations§
source§impl<T: Clone> Clone for Checkpoint<T>
impl<T: Clone> Clone for Checkpoint<T>
source§fn clone(&self) -> Checkpoint<T>
fn clone(&self) -> Checkpoint<T>
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<T: Debug> Debug for Checkpoint<T>
impl<T: Debug> Debug for Checkpoint<T>
source§impl<I> Offset<Checkpoint<I>> for Checkpoint<I>where
I: Offset,
impl<I> Offset<Checkpoint<I>> for Checkpoint<I>where I: Offset,
source§fn offset_from(&self, start: &Self) -> usize
fn offset_from(&self, start: &Self) -> usize
Offset between the first byte of
start and the first byte of self