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