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

pub struct Brace(pub Span);

{...}

Methods

impl Brace
[src]

[src]

[src]

Trait Implementations

impl Copy for Brace
[src]

impl Clone for Brace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Brace
[src]

[src]

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

impl Debug for Brace
[src]

[src]

Formats the value using the given formatter.

impl Eq for Brace
[src]

impl PartialEq for Brace
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Hash for Brace
[src]

[src]

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

1.3.0
[src]

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

impl From<Span> for Brace
[src]

[src]

Performs the conversion.