Enum patternfly_yew::Variant [−][src]
pub enum Variant {
None,
Primary,
Secondary,
Tertiary,
Warning,
Danger,
Link,
InlineLink,
Control,
Plain,
}Variants
None
Primary
Secondary
Tertiary
Warning
Danger
Link
InlineLink
Control
Plain
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Variant
impl UnwindSafe for Variant
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.