Struct jmespath::ast::KeyValuePair [] [src]

pub struct KeyValuePair {
    pub key: String,
    pub value: Ast,
}

Represents a key value pair in a MultiHash.

Fields

Key name.

Value expression used to determine the value.

Trait Implementations

impl Clone for KeyValuePair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for KeyValuePair
[src]

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

This method tests for !=.

impl Debug for KeyValuePair
[src]

Formats the value using the given formatter.