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 more