Struct idmap::table::DirectEntryTable [] [src]

pub struct DirectEntryTable<K: IntegerId, V> { /* fields omitted */ }

Trait Implementations

impl<K: Debug + IntegerId, V: Debug> Debug for DirectEntryTable<K, V>
[src]

[src]

Formats the value using the given formatter. Read more

impl<K: Clone + IntegerId, V: Clone> Clone for DirectEntryTable<K, V>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<K: IntegerId, V> EntryTable<K, V> for DirectEntryTable<K, V>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Retain the specified entries in the map, returning if any indexes changed

[src]

[src]

[src]

[src]

[src]

[src]

impl<K: IntegerId, V> EntryIterable<K, V> for DirectEntryTable<K, V>
[src]

[src]

impl<K: IntegerId, V> IntoIterator for DirectEntryTable<K, V>
[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

Auto Trait Implementations

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

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