pub struct OpenParen;
Expand description
Represents the terminal symbol (
Trait Implementations§
Source§impl Ord for OpenParen
impl Ord for OpenParen
Source§impl PartialOrd for OpenParen
impl PartialOrd for OpenParen
impl Copy for OpenParen
impl Eq for OpenParen
impl StructuralPartialEq for OpenParen
Auto Trait Implementations§
impl Freeze for OpenParen
impl RefUnwindSafe for OpenParen
impl Send for OpenParen
impl Sync for OpenParen
impl Unpin for OpenParen
impl UnwindSafe for OpenParen
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