Struct freya_components::TableBodyProps 
source · pub struct TableBodyProps<'a> {
    pub children: Element<'a>,
}Expand description
TableBody component properties.
Fields§
§children: Element<'a>The content of this table body.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for TableBodyProps<'a>
impl<'a> !Send for TableBodyProps<'a>
impl<'a> !Sync for TableBodyProps<'a>
impl<'a> Unpin for TableBodyProps<'a>
impl<'a> !UnwindSafe for TableBodyProps<'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