pub struct CloseBrace;
Expand description
Represents the terminal symbol }
Trait Implementations§
Source§impl Clone for CloseBrace
impl Clone for CloseBrace
Source§fn clone(&self) -> CloseBrace
fn clone(&self) -> CloseBrace
Returns a copy 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 moreSource§impl Debug for CloseBrace
impl Debug for CloseBrace
Source§impl Default for CloseBrace
impl Default for CloseBrace
Source§fn default() -> CloseBrace
fn default() -> CloseBrace
Returns the “default value” for a type. Read more
Source§impl Hash for CloseBrace
impl Hash for CloseBrace
Source§impl Ord for CloseBrace
impl Ord for CloseBrace
Source§fn cmp(&self, other: &CloseBrace) -> Ordering
fn cmp(&self, other: &CloseBrace) -> Ordering
1.21.0 · 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 PartialEq for CloseBrace
impl PartialEq for CloseBrace
Source§impl PartialOrd for CloseBrace
impl PartialOrd for CloseBrace
impl Copy for CloseBrace
impl Eq for CloseBrace
impl StructuralPartialEq for CloseBrace
Auto Trait Implementations§
impl Freeze for CloseBrace
impl RefUnwindSafe for CloseBrace
impl Send for CloseBrace
impl Sync for CloseBrace
impl Unpin for CloseBrace
impl UnwindSafe for CloseBrace
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