pub struct BufferedStatefulParser<P>(/* private fields */);Trait Implementations§
Source§impl<P: Clone> Clone for BufferedStatefulParser<P>
impl<P: Clone> Clone for BufferedStatefulParser<P>
Source§fn clone(&self) -> BufferedStatefulParser<P>
fn clone(&self) -> BufferedStatefulParser<P>
Returns a duplicate 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<P: Debug> Debug for BufferedStatefulParser<P>
impl<P: Debug> Debug for BufferedStatefulParser<P>
Source§impl<'a, P> Stateful<&'a str> for BufferedStatefulParser<P>
impl<'a, P> Stateful<&'a str> for BufferedStatefulParser<P>
Auto Trait Implementations§
impl<P> Freeze for BufferedStatefulParser<P>where
P: Freeze,
impl<P> RefUnwindSafe for BufferedStatefulParser<P>where
P: RefUnwindSafe,
impl<P> Send for BufferedStatefulParser<P>where
P: Send,
impl<P> Sync for BufferedStatefulParser<P>where
P: Sync,
impl<P> Unpin for BufferedStatefulParser<P>where
P: Unpin,
impl<P> UnwindSafe for BufferedStatefulParser<P>where
P: 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