Struct rustdoc::stability_summary::CountsUnstable
[-] [+]
[src]
pub struct Counts { pub deprecated: u64, pub unstable: u64, pub stable: u64, pub unmarked: u64, }
The counts for each stability level.
Fields
deprecated | |
unstable | |
stable | |
unmarked | No stability level, inherited or otherwise. |