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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OpenBracket
Source§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
impl Eq for OpenBracket
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 (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 PartialEq for OpenBracket
impl PartialEq for OpenBracket
Source§fn eq(&self, other: &OpenBracket) -> bool
fn eq(&self, other: &OpenBracket) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for OpenBracket
impl PartialOrd 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 UnsafeUnpin 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