Enum patternfly_yew::PageSectionVariant [−][src]
pub enum PageSectionVariant {
Default,
Darker,
Dark,
Light,
}Variants
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PageSectionVariant
impl Send for PageSectionVariant
impl Sync for PageSectionVariant
impl Unpin for PageSectionVariant
impl UnwindSafe for PageSectionVariant
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.