Struct vkrs::api::KeyVal [] [src]

pub struct KeyVal {
    pub key: String,
    pub value: String,
}

Fields

Trait Implementations

impl Clone for KeyVal
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for KeyVal
[src]

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

Formats the value using the given formatter.

impl Into<(String, String)> for KeyVal
[src]

Performs the conversion.