Struct syn::token::Underscore  [−][src]
_
Don’t try to remember the name of this type — use the
Token! macro instead.
Fields
spans: [Span; 1]Trait Implementations
impl Clone for Underscore[src]
impl Clone for Underscore[src]fn clone(&self) -> Self[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Default for Underscore[src]
impl Default for Underscore[src]impl Deref for Underscore[src]
impl Deref for Underscore[src]impl From<Underscore> for Ident[src]
impl From<Underscore> for Ident[src]fn from(token: Underscore) -> Ident[src]
impl Parse for Underscore[src]
impl Parse for Underscore[src]fn parse(input: ParseStream<'_>) -> Result<Self>[src]
impl ToTokens for Underscore[src]
impl ToTokens for Underscore[src]fn to_tokens(&self, tokens: &mut TokenStream)[src]
pub fn to_token_stream(&self) -> TokenStream[src]
pub fn into_token_stream(self) -> TokenStream[src]
impl Token for Underscore[src]
impl Token for Underscore[src]