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