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