Enum patternfly_yew::FlexModifier [−][src]
pub enum FlexModifier {
Grow,
Shrink,
Flex1,
Flex2,
Flex3,
Flex4,
FullWidth,
Default,
None,
Column,
Justify(Justify),
Align(Alignement),
}Variants
Grow
Shrink
Flex1
Flex2
Flex3
Flex4
FullWidth
Default
None
Column
Justify(Justify)
Tuple Fields
0: JustifyAlign(Alignement)
Tuple Fields
0: AlignementTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FlexModifier
impl Send for FlexModifier
impl Sync for FlexModifier
impl Unpin for FlexModifier
impl UnwindSafe for FlexModifier
Blanket Implementations
Mutably borrows from an owned value. Read more