Struct syn::token::Paren[][src]

pub struct Paren {
    pub span: Span,
}

(...)

Fields

Methods

impl Paren
[src]

Trait Implementations

impl Token for Paren
[src]

impl Copy for Paren
[src]

impl Clone for Paren
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Paren
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl !Send for Paren

impl !Sync for Paren