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