Struct syn::token::Underscore [−][src]
_
Don't try to remember the name of this type -- use the Token!
macro instead.
Methods
impl Underscore
[src]
impl Underscore
Trait Implementations
impl Copy for Underscore
[src]
impl Copy for Underscore
impl Clone for Underscore
[src]
impl Clone for Underscore
fn clone(&self) -> Underscore
[src]
fn clone(&self) -> Underscore
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Default for Underscore
[src]
impl Default for Underscore
impl From<Span> for Underscore
[src]
impl From<Span> for Underscore
impl ToTokens for Underscore
[src]
impl ToTokens for Underscore
fn to_tokens(&self, tokens: &mut Tokens)
[src]
fn to_tokens(&self, tokens: &mut Tokens)
Write self
to the given Tokens
. Read more
fn into_tokens(self) -> Tokens
[src]
fn into_tokens(self) -> Tokens
Convert self
directly into a Tokens
object. Read more
impl Synom for Underscore
[src]
impl Synom for Underscore
fn parse(input: Cursor) -> PResult<Underscore>
[src]
fn parse(input: Cursor) -> PResult<Underscore>
fn description() -> Option<&'static str>
[src]
fn description() -> Option<&'static str>
A short name of the type being parsed. Read more
Auto Trait Implementations
impl !Send for Underscore
impl !Send for Underscore
impl !Sync for Underscore
impl !Sync for Underscore