Struct syn::token::LArrow
[−]
[src]
<-
Don't try to remember the name of this type -- use the Token!
macro instead.
Methods
impl LArrow
[src]
impl LArrow
Trait Implementations
impl Copy for LArrow
[src]
impl Copy for LArrow
impl Clone for LArrow
[src]
impl Clone for LArrow
fn clone(&self) -> LArrow
[src]
fn clone(&self) -> LArrow
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 LArrow
[src]
impl Default for LArrow
impl From<Span> for LArrow
[src]
impl From<Span> for LArrow
impl ToTokens for LArrow
[src]
impl ToTokens for LArrow
fn to_tokens(&self, tokens: &mut TokenStream)
[src]
fn to_tokens(&self, tokens: &mut TokenStream)
Write self
to the given TokenStream
. Read more
fn into_token_stream(self) -> TokenStream
[src]
fn into_token_stream(self) -> TokenStream
Convert self
directly into a TokenStream
object. Read more
impl Synom for LArrow
[src]
impl Synom for LArrow