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

pub struct Paren(pub Span);

(...)

Methods

impl Paren
[src]

Trait Implementations

impl Copy for Paren
[src]

impl Clone for Paren
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Paren
[src]

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

impl From<Span> for Paren
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Paren

impl !Sync for Paren