pub struct LParen { /* private fields */ }
Expand description
A convenience type to use with Parser::peek
to see if the next token is an s-expression.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LParen
impl Send for LParen
impl Sync for LParen
impl Unpin for LParen
impl UnwindSafe for LParen
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more