Struct patternfly_yew::TableProps [−][src]
pub struct TableProps<M> where
M: TableModel + 'static, {
pub caption: Option<String>,
pub mode: TableMode,
pub header: Option<VChild<TableHeader>>,
pub full_width_details: bool,
pub entries: M,
}Fields
caption: Option<String>mode: TableModeheader: Option<VChild<TableHeader>>full_width_details: boolentries: MTrait 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<M> !RefUnwindSafe for TableProps<M>
impl<M> !Send for TableProps<M>
impl<M> !Sync for TableProps<M>
impl<M> Unpin for TableProps<M> where
M: Unpin,
impl<M> !UnwindSafe for TableProps<M>
Blanket Implementations
Mutably borrows from an owned value. Read more