Struct syntax::symbol::keywords::Keyword [−][src]
pub struct Keyword { /* fields omitted */ }Methods
impl Keyword[src]
impl KeywordTrait Implementations
impl Clone for Keyword[src]
impl Clone for Keywordfn clone(&self) -> Keyword[src]
fn clone(&self) -> KeywordReturns 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 FromStr for Keyword[src]
impl FromStr for Keywordtype Err = ()
The associated error which can be returned from parsing.
fn from_str(s: &str) -> Result<Keyword, ()>[src]
fn from_str(s: &str) -> Result<Keyword, ()>Parses a string s to return a value of this type. Read more
impl Copy for Keyword[src]
impl Copy for Keywordimpl Eq for Keyword[src]
impl Eq for Keywordimpl PartialEq<Keyword> for Keyword[src]
impl PartialEq<Keyword> for Keyword