pub struct ParseBuffer { /* private fields */ }Expand description
A ring buffer of Tokens used for lookahead parsing.
Implementations§
Source§impl ParseBuffer
impl ParseBuffer
Trait Implementations§
Source§impl Clone for ParseBuffer
impl Clone for ParseBuffer
Source§fn clone(&self) -> ParseBuffer
fn clone(&self) -> ParseBuffer
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 moreAuto Trait Implementations§
impl Freeze for ParseBuffer
impl RefUnwindSafe for ParseBuffer
impl Send for ParseBuffer
impl Sync for ParseBuffer
impl Unpin for ParseBuffer
impl UnsafeUnpin for ParseBuffer
impl UnwindSafe for ParseBuffer
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