Struct syn::token::Rocket
[−]
[src]
=>
Don't try to remember the name of this type -- use the Token!
macro instead.
Methods
impl Rocket[src]
impl RocketTrait Implementations
impl Copy for Rocket[src]
impl Copy for Rocketimpl Clone for Rocket[src]
impl Clone for Rocketfn clone(&self) -> Rocket[src]
fn clone(&self) -> RocketReturns 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 Rocket[src]
impl Default for Rocketimpl ToTokens for Rocket[src]
impl ToTokens for Rocketfn 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 Rocket[src]
impl Synom for Rocketfn parse(tokens: Cursor) -> PResult<Rocket>[src]
fn parse(tokens: Cursor) -> PResult<Rocket>fn description() -> Option<&'static str>[src]
fn description() -> Option<&'static str>A short name of the type being parsed. Read more
impl From<Span> for Rocket[src]
impl From<Span> for Rocket