Enum patternfly_yew::TableMode [−][src]
pub enum TableMode {
Default,
Compact,
CompactNoBorders,
CompactExpandable,
Expandable,
}Variants
Default
Compact
CompactNoBorders
CompactExpandable
Expandable
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableMode
impl UnwindSafe for TableMode
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.