pub struct ParserPointInTime { /* private fields */ }
Expand description
Default PointInTime Implementation. Used by Parser and StrParser
Trait Implementations§
Source§impl Clone for ParserPointInTime
impl Clone for ParserPointInTime
Source§fn clone(&self) -> ParserPointInTime
fn clone(&self) -> ParserPointInTime
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ParserPointInTime
impl Debug for ParserPointInTime
Source§impl PartialEq for ParserPointInTime
impl PartialEq for ParserPointInTime
Source§impl PointInTime for ParserPointInTime
impl PointInTime for ParserPointInTime
impl Copy for ParserPointInTime
impl Eq for ParserPointInTime
impl StructuralPartialEq for ParserPointInTime
Auto Trait Implementations§
impl Freeze for ParserPointInTime
impl RefUnwindSafe for ParserPointInTime
impl Send for ParserPointInTime
impl Sync for ParserPointInTime
impl Unpin for ParserPointInTime
impl UnwindSafe for ParserPointInTime
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