Struct syn::token::Group [−][src]
pub struct Group {
pub span: Span,
}None-delimited group
Fields
span: Span
Methods
impl Group[src]
impl Grouppub 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 Group[src]
impl Token for Groupimpl Copy for Group[src]
impl Copy for Groupimpl Clone for Group[src]
impl Clone for Groupfn clone(&self) -> Group[src]
fn clone(&self) -> GroupReturns 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 Group[src]
impl Default for Groupimpl Debug for Group[src]
impl Debug for Groupfn 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 Group[src]
impl Eq for Groupimpl PartialEq for Group[src]
impl PartialEq for Groupfn eq(&self, _other: &Group) -> bool[src]
fn eq(&self, _other: &Group) -> 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 Group[src]
impl Hash for Group