Struct throw::KvPair[][src]

pub struct KvPair { /* fields omitted */ }

represent a key-value pair

Methods

impl KvPair
[src]

Retrieve the key associated with this KvPair.

Retrieve the value associated with this KvPair.

Trait Implementations

impl Debug for KvPair
[src]

Formats the value using the given formatter. Read more

impl Clone for KvPair
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for KvPair

impl Sync for KvPair