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
impl<M: Clone> Clone for TableProps<M> where
M: TableModel + 'static, [src]
impl<M: Clone> Clone for TableProps<M> where
M: TableModel + 'static, [src]fn clone(&self) -> TableProps<M>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<M: Debug> Debug for TableProps<M> where
M: TableModel + 'static, [src]
impl<M: Debug> Debug for TableProps<M> where
M: TableModel + 'static, [src]impl<M: PartialEq> PartialEq<TableProps<M>> for TableProps<M> where
M: TableModel + 'static, [src]
impl<M: PartialEq> PartialEq<TableProps<M>> for TableProps<M> where
M: TableModel + 'static, [src]fn eq(&self, other: &TableProps<M>) -> bool[src]
fn ne(&self, other: &TableProps<M>) -> bool[src]
impl<M> Properties for TableProps<M> where
M: TableModel + 'static, [src]
impl<M> Properties for TableProps<M> where
M: TableModel + 'static, [src]impl<M> StructuralPartialEq for TableProps<M> where
M: TableModel + 'static, [src]
impl<M> StructuralPartialEq for TableProps<M> where
M: TableModel + 'static, [src]Auto Trait Implementations
impl<M> !RefUnwindSafe for TableProps<M>
impl<M> !RefUnwindSafe for TableProps<M>impl<M> !Send for TableProps<M>
impl<M> !Send for TableProps<M>impl<M> !Sync for TableProps<M>
impl<M> !Sync for TableProps<M>impl<M> Unpin for TableProps<M> where
M: Unpin,
impl<M> Unpin for TableProps<M> where
M: Unpin, impl<M> !UnwindSafe for TableProps<M>
impl<M> !UnwindSafe for TableProps<M>