Enum arya::JsonStatus[][src]

pub enum JsonStatus {
    Continue,
    Valid,
}

describes json parse status.

Variants

more characters are needed to complete this json object.

this object is a valid json object.

Trait Implementations

impl Debug for JsonStatus
[src]

Formats the value using the given formatter. Read more

impl Clone for JsonStatus
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for JsonStatus
[src]

impl PartialEq for JsonStatus
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for JsonStatus
[src]

Auto Trait Implementations

impl Send for JsonStatus

impl Sync for JsonStatus