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

pub struct Brace(pub Span);
[]

{...}

Methods

impl Brace
[src]
[]

Trait Implementations

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

impl From<Span> for Brace
[src]
[+]

[]

Performs the conversion.

Auto Trait Implementations

impl !Send for Brace

impl !Sync for Brace