Struct libimagutil::key_value_split::KeyValue [] [src]

pub struct KeyValue<K, V> { /* fields omitted */ }

Methods

impl<K, V> KeyValue<K, V>
[src]

Trait Implementations

impl<K: Clone, V: Clone> Clone for KeyValue<K, V>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<K: Copy, V: Copy> Copy for KeyValue<K, V>
[src]

impl<K: Debug, V: Debug> Debug for KeyValue<K, V>
[src]

Formats the value using the given formatter.

impl<K: PartialEq, V: PartialEq> PartialEq for KeyValue<K, V>
[src]

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

This method tests for !=.

impl<K, V> Into<(K, V)> for KeyValue<K, V>
[src]

Performs the conversion.