Struct syn::token::Bracket [−][src]
pub struct Bracket {
pub span: Span,
}[...]
Fields
span: Span
Methods
impl Bracket[src]
impl Bracketpub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream), [src]
pub fn surround<F>(&self, tokens: &mut TokenStream, f: F) where
F: FnOnce(&mut TokenStream), Trait Implementations
impl Token for Bracket[src]
impl Token for Bracketimpl Copy for Bracket[src]
impl Copy for Bracketimpl Clone for Bracket[src]
impl Clone for Bracketfn clone(&self) -> Bracket[src]
fn clone(&self) -> BracketReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Default for Bracket[src]
impl Default for Bracketimpl Debug for Bracket[src]
impl Debug for Bracketfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for Bracket[src]
impl Eq for Bracketimpl PartialEq for Bracket[src]
impl PartialEq for Bracketfn eq(&self, _other: &Bracket) -> bool[src]
fn eq(&self, _other: &Bracket) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Hash for Bracket[src]
impl Hash for Bracket