Struct freya::prelude::TableProps
source · pub struct TableProps<'a> {
pub theme: Option<TableThemeWith>,
pub columns: usize,
pub children: Option<VNode<'a>>,
}
Expand description
Table
component properties.
Fields§
§theme: Option<TableThemeWith>
Theme override.
columns: usize
Number of columns used in the table.
children: Option<VNode<'a>>
The content of the table.
Implementations§
source§impl<'a> TableProps<'a>
impl<'a> TableProps<'a>
Trait Implementations§
source§impl<'a> Properties for TableProps<'a>
impl<'a> Properties for TableProps<'a>
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TableProps<'a>
impl<'a> !Send for TableProps<'a>
impl<'a> !Sync for TableProps<'a>
impl<'a> Unpin for TableProps<'a>
impl<'a> !UnwindSafe for TableProps<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more