Struct syn::token::Catch[][src]

pub struct Catch(pub Span);

catch

Don't try to remember the name of this type -- use the Token! macro instead.

Trait Implementations

impl Copy for Catch
[src]

impl Clone for Catch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Catch
[src]

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

impl ToTokens for Catch
[src]

Write self to the given Tokens. Read more

Convert self directly into a Tokens object. Read more

impl Synom for Catch
[src]

A short name of the type being parsed. Read more

impl From<Span> for Catch
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Catch

impl !Sync for Catch