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 TokenExpectType
impl Clone for TokenExpectType
[src]
impl Clone for TokenExpectType
fn clone(&self) -> TokenExpectType
[src]
fn clone(&self) -> TokenExpectType
Returns 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 TokenExpectType
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for TokenExpectType
[src]
impl PartialEq for TokenExpectType
fn eq(&self, other: &TokenExpectType) -> bool
[src]
fn eq(&self, other: &TokenExpectType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for TokenExpectType
[src]
impl Eq for TokenExpectType
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
Auto Trait Implementations
impl Send for TokenExpectType
impl Send for TokenExpectType
impl Sync for TokenExpectType
impl Sync for TokenExpectType