Struct patternfly_yew::TableProps
source · 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: TableMode§header: Option<VChild<TableHeader>>§full_width_details: bool§entries: MTrait Implementations§
source§impl<M: Clone> Clone for TableProps<M>where
M: TableModel + 'static,
impl<M: Clone> Clone for TableProps<M>where
M: TableModel + 'static,
source§fn clone(&self) -> TableProps<M>
fn clone(&self) -> TableProps<M>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<M: Debug> Debug for TableProps<M>where
M: TableModel + 'static,
impl<M: Debug> Debug for TableProps<M>where
M: TableModel + 'static,
source§impl<M: PartialEq> PartialEq<TableProps<M>> for TableProps<M>where
M: TableModel + 'static,
impl<M: PartialEq> PartialEq<TableProps<M>> for TableProps<M>where
M: TableModel + 'static,
source§fn eq(&self, other: &TableProps<M>) -> bool
fn eq(&self, other: &TableProps<M>) -> bool
source§impl<M> Properties for TableProps<M>where
M: TableModel + 'static,
impl<M> Properties for TableProps<M>where
M: TableModel + 'static,
impl<M> StructuralPartialEq for TableProps<M>where
M: TableModel + 'static,
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§
source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.