Struct json::decoder::Config [] [src]

pub struct Config {
    pub max_nesting: usize,
}

Decoder configuration.

Fields

Maximum recursion steps when decoding generic Json

Methods

impl Config
[src]

Create default configuration with - max_nesting = 16

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config
[src]

Formats the value using the given formatter.

impl PartialEq for Config
[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 Config
[src]