pub struct OpenBrace;Expand description
Represents the terminal symbol {
Trait Implementations§
Source§impl Ord for OpenBrace
impl Ord for OpenBrace
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
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 UnsafeUnpin 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