Struct weedle::common::Identifier [] [src]

pub struct Identifier {
    pub name: String,
}

Represents an identifier

Follows /_?[A-Za-z][0-9A-Z_a-z-]*/

Fields

Trait Implementations

impl Debug for Identifier
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for Identifier
[src]

impl PartialEq for Identifier
[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 Parse for Identifier
[src]

Auto Trait Implementations

impl Send for Identifier

impl Sync for Identifier