Struct syn::token::Paren [−][src]
pub struct Paren {
pub span: Span,
}(...)
Fields
span: Span
Methods
impl Paren[src]
impl Parenpub 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 Paren[src]
impl Token for Parenimpl Copy for Paren[src]
impl Copy for Parenimpl Clone for Paren[src]
impl Clone for Parenfn clone(&self) -> Paren[src]
fn clone(&self) -> ParenReturns 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 Paren[src]
impl Default for Parenimpl Debug for Paren[src]
impl Debug for Parenfn 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 Paren[src]
impl Eq for Parenimpl PartialEq for Paren[src]
impl PartialEq for Parenfn eq(&self, _other: &Paren) -> bool[src]
fn eq(&self, _other: &Paren) -> 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 Paren[src]
impl Hash for Paren