Struct differential_dataflow::trace::layers::hashed::Entry [] [src]

pub struct Entry<K: HashOrdered> { /* fields omitted */ }

An entry in hash tables.

Trait Implementations

impl<K: Debug + HashOrdered> Debug for Entry<K>
[src]

[src]

Formats the value using the given formatter.

impl<K: Clone + HashOrdered> Clone for Entry<K>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more