Struct lending_library::LendingLibrary [] [src]

pub struct LendingLibrary<K, V> where
    K: Hash + Eq + Copy
{ /* fields omitted */ }

Methods

impl<K, V> LendingLibrary<K, V> where
    K: Hash + Eq + Copy
[src]

[src]

[src]

[src]

[src]

[src]

Important traits for Iter<'a, K, V>
[src]

Important traits for IterMut<'a, K, V>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<K: Default, V: Default> Default for LendingLibrary<K, V> where
    K: Hash + Eq + Copy
[src]

[src]

Returns the "default value" for a type. Read more

impl<'a, K, V> IntoIterator for &'a LendingLibrary<K, V> where
    K: Hash + Eq + Copy + 'a,
    V: 'a, 
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<'a, K, V> IntoIterator for &'a mut LendingLibrary<K, V> where
    K: Hash + Eq + Copy + 'a,
    V: 'a, 
[src]

The type of the elements being iterated over.

Which kind of iterator are we turning this into?

[src]

Creates an iterator from a value. Read more

impl<K, V> Drop for LendingLibrary<K, V> where
    K: Hash + Eq + Copy
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl<K, V> Send for LendingLibrary<K, V> where
    K: Send,
    V: Send

impl<K, V> Sync for LendingLibrary<K, V> where
    K: Sync,
    V: Sync