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]
impl<K: Debug + HashOrdered> Debug for Entry<K>fn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl<K: Clone + HashOrdered> Clone for Entry<K>[src]
impl<K: Clone + HashOrdered> Clone for Entry<K>