Struct syn::token::Mut [−][src]
pub struct Mut(pub Span);
mut
Don't try to remember the name of this type -- use the Token!
macro instead.
Trait Implementations
impl Copy for Mut[src]
impl Copy for Mutimpl Clone for Mut[src]
impl Clone for Mutfn clone(&self) -> Mut[src]
fn clone(&self) -> MutReturns 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 Mut[src]
impl Default for Mutimpl ToTokens for Mut[src]
impl ToTokens for Mutfn 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 Mut[src]
impl Synom for Mutfn parse(tokens: Cursor) -> PResult<Mut>[src]
fn parse(tokens: Cursor) -> PResult<Mut>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 Mut[src]
impl From<Span> for Mut