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