Struct syntax::symbol::keywords::Keyword
[−]
[src]
pub struct Keyword { /* fields omitted */ }🔬 This is a nightly-only experimental API. (
rustc_private)Methods
impl Keyword[src]
fn ident(self) -> Ident
🔬 This is a nightly-only experimental API. (
rustc_private)fn name(self) -> Name
🔬 This is a nightly-only experimental API. (
rustc_private)Trait Implementations
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
impl Copy 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 !=.