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

pub struct Paren(pub Span);

(...)

Methods

impl Paren
[src]

[src]

[src]

Trait Implementations

impl Copy for Paren
[src]

impl Clone for Paren
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Paren
[src]

[src]

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

impl Debug for Paren
[src]

[src]

Formats the value using the given formatter.

impl Eq for Paren
[src]

impl PartialEq for Paren
[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 Paren
[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