Struct dic::Dic[][src]

pub struct Dic<T> { /* fields omitted */ }

Methods

impl<T> Dic<T>
[src]

impl<T> Dic<T>
[src]

Important traits for Iter<'a, T>

impl<T> Dic<T>
[src]

Important traits for IntoIter<T>

impl<T> Dic<T>
[src]

Important traits for Keys<'a, T>

impl<T> Dic<T>
[src]

Important traits for Values<'a, T>

impl<T> Dic<T>
[src]

Important traits for Entries<'a, T>

Trait Implementations

impl<T: Clone> Clone for Dic<T>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for Dic<T>
[src]

Formats the value using the given formatter. Read more

impl<T: PartialEq> PartialEq for Dic<T>
[src]

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

This method tests for !=.

impl<'a, T> From<Vec<(&'a str, T)>> for Dic<T>
[src]

Performs the conversion.

impl<T> From<Vec<(String, T)>> for Dic<T>
[src]

Performs the conversion.

impl<'a, T> From<Vec<&'a str>> for Dic<T>
[src]

Performs the conversion.

impl<T> From<Vec<String>> for Dic<T>
[src]

Performs the conversion.

Auto Trait Implementations

impl<T> Send for Dic<T> where
    T: Send

impl<T> Sync for Dic<T> where
    T: Sync