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

impl Debug for Brace
[src]

Formats the value using the given formatter. Read more

impl Eq for Brace
[src]

impl PartialEq for Brace
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for Brace
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl !Send for Brace

impl !Sync for Brace