Enum vk_parse::Enable [−][src]
#[non_exhaustive]
pub enum Enable {
Version(String),
Extension(String),
Feature(FeatureEnable),
Property(PropertyEnable),
}Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Version(String)
Tuple Fields
0: StringExtension(String)
Tuple Fields
0: StringFeature(FeatureEnable)
Tuple Fields
Property(PropertyEnable)
Tuple Fields
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Enable
impl UnwindSafe for Enable
Blanket Implementations
Mutably borrows from an owned value. Read more
