Struct syn::token::At [−][src]
@
Don't try to remember the name of this type -- use the Token!
macro instead.
Methods
impl At[src]
impl AtTrait Implementations
impl Copy for At[src]
impl Copy for Atimpl Clone for At[src]
impl Clone for Atfn clone(&self) -> At[src]
fn clone(&self) -> AtReturns 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 At[src]
impl Default for Atimpl From<Span> for At[src]
impl From<Span> for Atimpl ToTokens for At[src]
impl ToTokens for Atfn 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 At[src]
impl Synom for At