Struct dazeus::InvalidJsonError [] [src]

pub struct InvalidJsonError { /* fields omitted */ }

Error returned when the passed Json did not have the required structure.

Methods

impl InvalidJsonError
[src]

Create a new error instance.

Trait Implementations

impl Debug for InvalidJsonError
[src]

Formats the value using the given formatter.

impl Clone for InvalidJsonError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for InvalidJsonError
[src]

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

This method tests for !=.