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 for TableProps<M>where
M: TableModel + 'static + Clone,
impl<M> Clone for TableProps<M>where
M: TableModel + 'static + Clone,
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 for TableProps<M>where
M: TableModel + 'static + Debug,
impl<M> Debug for TableProps<M>where
M: TableModel + 'static + Debug,
source§impl<M> PartialEq<TableProps<M>> for TableProps<M>where
M: TableModel + 'static + PartialEq,
impl<M> PartialEq<TableProps<M>> for TableProps<M>where
M: TableModel + 'static + PartialEq,
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>where
M: RefUnwindSafe,
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>where
M: UnwindSafe,
Blanket Implementations§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
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.