Struct syn::token::Group[][src]

pub struct Group(pub Span);

None-delimited group

Methods

impl Group
[src]

Trait Implementations

impl Copy for Group
[src]

impl Clone for Group
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Group
[src]

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

impl Debug for Group
[src]

Formats the value using the given formatter. Read more

impl Eq for Group
[src]

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

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

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

impl From<Span> for Group
[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Group

impl !Sync for Group