Struct winnow::stream::Checkpoint
source · pub struct Checkpoint<T, S> { /* private fields */ }
Expand description
Ensure checkpoint details are kept private
Trait Implementations§
source§impl<T: Clone, S> Clone for Checkpoint<T, S>
impl<T: Clone, S> Clone for Checkpoint<T, S>
source§impl<T: Debug, S> Debug for Checkpoint<T, S>
impl<T: Debug, S> Debug for Checkpoint<T, S>
source§impl<I, S> Offset for Checkpoint<I, S>where
I: Offset,
impl<I, S> Offset for Checkpoint<I, S>where
I: Offset,
impl<T: Copy, S> Copy for Checkpoint<T, S>
Auto Trait Implementations§
impl<T, S> RefUnwindSafe for Checkpoint<T, S>where
S: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, S> Send for Checkpoint<T, S>
impl<T, S> Sync for Checkpoint<T, S>
impl<T, S> Unpin for Checkpoint<T, S>
impl<T, S> UnwindSafe for Checkpoint<T, S>where
S: UnwindSafe,
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