Struct dsdl_parser::Ident [] [src]

pub struct Ident(_);

An Identifier (name)

Trait Implementations

impl Display for Ident
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Ident
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Ident
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Ident
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Ident
[src]

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

[src]

Performs the conversion.

impl FromStr for Ident
[src]

The associated error which can be returned from parsing.

[src]

Parses a string s to return a value of this type. Read more

impl AsRef<str> for Ident
[src]

[src]

Performs the conversion.

impl From<String> for Ident
[src]

[src]

Performs the conversion.