Enum serialize::json::ParserState [−][src]
enum ParserState {
ParseArray(bool),
ParseArrayComma,
ParseObject(bool),
ParseObjectComma,
ParseStart,
ParseBeforeFinish,
ParseFinished,
}🔬 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
ParseArray(bool)🔬 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?
ParseArrayComma🔬 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?
ParseObject(bool)🔬 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?
ParseObjectComma🔬 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?
ParseStart🔬 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?
ParseBeforeFinish🔬 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?
ParseFinished🔬 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 PartialEq for ParserState[src]
impl PartialEq for ParserStatefn eq(&self, other: &ParserState) -> bool[src]
fn eq(&self, other: &ParserState) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &ParserState) -> bool[src]
fn ne(&self, other: &ParserState) -> boolThis method tests for !=.
impl Debug for ParserState[src]
impl Debug for ParserStateAuto Trait Implementations
impl Send for ParserState
impl Send for ParserStateimpl Sync for ParserState
impl Sync for ParserState