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