Enum yew_bootstrap::util::Color [−][src]
pub enum Color {
Primary,
Secondary,
Success,
Info,
Warning,
Danger,
Light,
Dark,
Link,
}Variants
Primary
Secondary
Success
Info
Warning
Danger
Light
Dark
Link
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Color
impl UnwindSafe for Color
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self to an optional value of a Properties struct.
Convert self to a value of a Properties struct.
Convert self to a value of a Properties struct.
If self and new aren’t equal, assigns new to self and returns true, otherwise returns false. Read more