Struct syn::token::Priv [−][src]
pub struct Priv { pub span: Span, }
priv
Don't try to remember the name of this type -- use the Token!
macro instead.
Fields
span: Span
Trait Implementations
impl Copy for Priv
[src]
impl Copy for Priv
impl Clone for Priv
[src]
impl Clone for Priv
fn clone(&self) -> Priv
[src]
fn clone(&self) -> Priv
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 Priv
[src]
impl Default for Priv
impl ToTokens for Priv
[src]
impl ToTokens for Priv
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 Parse for Priv
[src]
impl Parse for Priv
fn parse(input: ParseStream) -> Result<Self>
[src]
fn parse(input: ParseStream) -> Result<Self>
impl Token for Priv
[src]
impl Token for Priv