Struct syn::token::Brace[][src]

pub struct Brace {
    pub span: Span,
}

{...}

Fields

Methods

impl Brace
[src]

Trait Implementations

impl Token for Brace
[src]

impl Copy for Brace
[src]

impl Clone for Brace
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Brace
[src]

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

Auto Trait Implementations

impl !Send for Brace

impl !Sync for Brace