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