Struct idmap::table::OrderedIdTable [] [src]

pub struct OrderedIdTable { /* fields omitted */ }

Trait Implementations

impl Debug for OrderedIdTable
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for OrderedIdTable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl IdTable for OrderedIdTable
[src]

[src]

[src]

[src]

Determine the index of the specified key, which may or may not be valid. Read more

[src]

[src]

[src]

[src]

Auto Trait Implementations