Struct syn::Ident [] [src]

pub struct Ident(_);

Methods

impl Ident
[src]

Trait Implementations

impl ToTokens for Ident
[src]

impl Debug for Ident
[src]

Formats the value using the given formatter.

impl Clone for Ident
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Ident
[src]

impl PartialEq for Ident
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> From<&'a str> for Ident
[src]

Performs the conversion.

impl From<String> for Ident
[src]

Performs the conversion.

impl AsRef<str> for Ident
[src]

Performs the conversion.

impl Display for Ident
[src]

Formats the value using the given formatter.