Struct freya_components::TableHeadProps
source · pub struct TableHeadProps<'a> { /* private fields */ }
Expand description
TableHead
component properties.
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