Struct patternfly_yew::TableHeaderProps [−][src]
pub struct TableHeaderProps {
pub sticky: bool,
pub children: ChildrenWithProps<TableColumn>,
pub hide_actions: bool,
// some fields omitted
}Fields
sticky: boolchildren: ChildrenWithProps<TableColumn>hide_actions: boolTrait 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 TableHeaderProps
impl !Send for TableHeaderProps
impl !Sync for TableHeaderProps
impl Unpin for TableHeaderProps
impl !UnwindSafe for TableHeaderProps
Blanket Implementations
Mutably borrows from an owned value. Read more