Struct syn::token::Bracket
[−]
[src]
pub struct Bracket(pub Span);
[...]
Methods
impl Bracket[src]
fn surround<F>(&self, tokens: &mut Tokens, f: F) where
F: FnOnce(&mut Tokens), [src]
F: FnOnce(&mut Tokens),
fn parse<F, R>(tokens: Cursor, f: F) -> PResult<(Bracket, R)> where
F: FnOnce(Cursor) -> PResult<R>, [src]
F: FnOnce(Cursor) -> PResult<R>,
Trait Implementations
impl Copy for Bracket[src]
impl Clone for Bracket[src]
fn clone(&self) -> Bracket[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Default for Bracket[src]
impl Debug for Bracket[src]
impl Eq for Bracket[src]
impl PartialEq for Bracket[src]
fn eq(&self, _other: &Bracket) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Hash for Bracket[src]
fn hash<H>(&self, _state: &mut H) where
H: Hasher, [src]
H: Hasher,
Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more