Struct inth_oauth2::client::response::JsonHelper [] [src]

pub struct JsonHelper<'a>(pub &'a Json);

JSON helper for response parsing.

Methods

impl<'a> JsonHelper<'a>
[src]

Returns self as a JsonObjectHelper or fails with ParseError::ExpectedType.

Trait Implementations

impl<'a> Debug for JsonHelper<'a>
[src]

Formats the value using the given formatter.

impl<'a> Clone for JsonHelper<'a>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a> Copy for JsonHelper<'a>
[src]

impl<'a> PartialEq for JsonHelper<'a>
[src]

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

This method tests for !=.