Struct syn::token::ShlEq [] [src]

pub struct ShlEq(pub [Span; 3]);

<<=

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

Methods

impl ShlEq
[src]

[src]

Trait Implementations

impl Copy for ShlEq
[src]

impl Clone for ShlEq
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for ShlEq
[src]

[src]

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

impl ToTokens for ShlEq
[src]

[src]

Write self to the given Tokens. Read more

[src]

Convert self directly into a Tokens object. Read more

impl Synom for ShlEq
[src]

[src]

[src]

A short name of the type being parsed. Read more

impl From<Span> for ShlEq
[src]

[src]

Performs the conversion.