tuple.rs: Document more traits implemented by tuples if their components do
Tuples implement Debug and Hash if their components do.
This commit is contained in:
parent
0d8309ec0b
commit
01fa55988a
1 changed files with 2 additions and 0 deletions
|
@ -25,7 +25,9 @@
|
||||||
//! * `Eq`
|
//! * `Eq`
|
||||||
//! * `PartialOrd`
|
//! * `PartialOrd`
|
||||||
//! * `Ord`
|
//! * `Ord`
|
||||||
|
//! * `Debug`
|
||||||
//! * `Default`
|
//! * `Default`
|
||||||
|
//! * `Hash`
|
||||||
//!
|
//!
|
||||||
//! # Examples
|
//! # Examples
|
||||||
//!
|
//!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue