pub struct ParseVersion { /* private fields */ }Expand description
A version counter for incremental parsing state.
Implementations§
Source§impl ParseVersion
impl ParseVersion
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseVersion
impl RefUnwindSafe for ParseVersion
impl Send for ParseVersion
impl Sync for ParseVersion
impl Unpin for ParseVersion
impl UnsafeUnpin for ParseVersion
impl UnwindSafe for ParseVersion
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