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