Struct syn::Delimited [] [src]

pub struct Delimited {
    pub delim: DelimToken,
    pub tts: Vec<TokenTree>,
}

Fields

The type of delimiter

The delimited sequence of token trees

Trait Implementations

impl ToTokens for Delimited
[src]

Write self to the given Tokens. Read more

impl Debug for Delimited
[src]

Formats the value using the given formatter.

impl Clone for Delimited
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Delimited
[src]

impl PartialEq for Delimited
[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 Delimited
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.