Struct winnow::stream::Checkpoint
source · pub struct Checkpoint<T>(/* private fields */);
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 for Checkpoint<I>where
I: Offset,
impl<I> Offset 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
impl<T: Copy> Copy for Checkpoint<T>
Auto Trait Implementations§
impl<T> Freeze for Checkpoint<T>where
T: Freeze,
impl<T> RefUnwindSafe for Checkpoint<T>where
T: RefUnwindSafe,
impl<T> Send for Checkpoint<T>where
T: Send,
impl<T> Sync for Checkpoint<T>where
T: Sync,
impl<T> Unpin for Checkpoint<T>where
T: Unpin,
impl<T> UnwindSafe for Checkpoint<T>where
T: UnwindSafe,
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