Struct syntax::parse::token::keywords::Keyword
[−]
[src]
pub struct Keyword {
// some fields omitted
}Unstable (
rustc_private)Methods
impl Keyword[src]
Trait Implementations
Derived Implementations
impl Eq for Keyword[src]
impl PartialEq for Keyword[src]
fn eq(&self, __arg_0: &Keyword) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Keyword) -> bool
This method tests for !=.
impl Copy for Keyword[src]
impl Clone for Keyword[src]
fn clone(&self) -> Keyword
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more