Enum syntax::parse::parser::SemiColonMode [−][src]
enum SemiColonMode {
Break,
Ignore,
}🔬 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
Break🔬 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?
Ignore🔬 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 Clone for SemiColonMode[src]
impl Clone for SemiColonModefn clone(&self) -> SemiColonMode[src]
fn clone(&self) -> SemiColonModeReturns 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 Copy for SemiColonMode[src]
impl Copy for SemiColonModeimpl PartialEq for SemiColonMode[src]
impl PartialEq for SemiColonModefn eq(&self, other: &SemiColonMode) -> bool[src]
fn eq(&self, other: &SemiColonMode) -> 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 Debug for SemiColonMode[src]
impl Debug for SemiColonModeAuto Trait Implementations
impl Send for SemiColonMode
impl Send for SemiColonModeimpl Sync for SemiColonMode
impl Sync for SemiColonMode