Lines Matching defs:Table
12 pub struct Table { struct
30 impl Table { argument
62 impl Table { implementation
262 impl Table { impl
437 impl std::fmt::Display for Table { implementation
451 impl<K: Into<Key>, V: Into<Value>> Extend<(K, V)> for Table { implementation
462 impl<K: Into<Key>, V: Into<Value>> FromIterator<(K, V)> for Table { implementation
473 impl IntoIterator for Table { implementation
482 impl<'s> IntoIterator for &'s Table { implementation
493 fn decorate_table(table: &mut Table) { in decorate_table()
594 impl TableLike for Table { implementation