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: TableModeheader: Option<VChild<TableHeader>>full_width_details: boolentries: MTrait Implementations
sourceimpl<M: Clone> Clone for TableProps<M> where
M: TableModel + 'static,
impl<M: Clone> Clone for TableProps<M> where
M: TableModel + 'static,
sourcefn clone(&self) -> TableProps<M>
fn clone(&self) -> TableProps<M>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<M: Debug> Debug for TableProps<M> where
M: TableModel + 'static,
impl<M: Debug> Debug for TableProps<M> where
M: TableModel + 'static,
sourceimpl<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,
sourcefn eq(&self, other: &TableProps<M>) -> bool
fn eq(&self, other: &TableProps<M>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourceimpl<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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
sourcefn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert self to a value of a Properties struct.
sourceimpl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
sourcefn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert self to a value of a Properties struct.