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 UnderscoreTrait Implementations
impl Copy for Underscore[src]
impl Copy for Underscoreimpl Clone for Underscore[src]
impl Clone for Underscorefn clone(&self) -> Underscore[src]
fn clone(&self) -> UnderscoreReturns 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 Underscoreimpl From<Span> for Underscore[src]
impl From<Span> for Underscoreimpl ToTokens for Underscore[src]
impl ToTokens for Underscorefn 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) -> TokensConvert self directly into a Tokens object. Read more
impl Synom for Underscore[src]
impl Synom for Underscorefn 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 Underscoreimpl !Sync for Underscore
impl !Sync for Underscore