Enum rustdoc::doctree::StructTypeUnstable
[-] [+]
[src]
pub enum StructType { Plain, Tuple, Newtype, Unit, }
Variants
Plain | A normal struct |
Tuple | A tuple struct |
Newtype | A newtype struct (tuple struct with one element) |
Unit | A unit struct |