Struct syntax::symbol::keywords::Keyword[][src]

pub struct Keyword { /* fields omitted */ }

Methods

impl Keyword
[src]

Trait Implementations

impl Clone for Keyword
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Keyword
[src]

The associated error which can be returned from parsing.

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

impl Copy for Keyword
[src]

impl Eq for Keyword
[src]

impl PartialEq<Keyword> for Keyword
[src]

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

This method tests for !=.

Auto Trait Implementations

impl !Send for Keyword

impl !Sync for Keyword