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