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 TokenExpectTypeAuto Trait Implementations
impl Send for TokenExpectType
impl Send for TokenExpectTypeimpl Sync for TokenExpectType
impl Sync for TokenExpectType