Enum syntax::parse::parser::TokenExpectType [−][src]
enum TokenExpectType {
Expect,
NoExpect,
}🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Variants
Expect🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
NoExpect🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
Trait Implementations
impl Copy for TokenExpectType[src]
impl Copy for TokenExpectTypeimpl Clone for TokenExpectType[src]
impl Clone for TokenExpectTypefn clone(&self) -> TokenExpectType[src]
fn clone(&self) -> TokenExpectTypeReturns 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 Debug for TokenExpectType[src]
impl Debug for TokenExpectTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for TokenExpectType[src]
impl PartialEq for TokenExpectTypefn eq(&self, other: &TokenExpectType) -> bool[src]
fn eq(&self, other: &TokenExpectType) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for TokenExpectType[src]
impl Eq for TokenExpectTypefn assert_receiver_is_total_eq(&self)[src]
fn assert_receiver_is_total_eq(&self)Auto Trait Implementations
impl Send for TokenExpectType
impl Send for TokenExpectTypeimpl Sync for TokenExpectType
impl Sync for TokenExpectType