pub struct thead;Expand description
HTML <thead> element - Groups header content in a table
Example:
<table><thead><tr><th>Header</th></tr></thead><tbody>...</tbody></table>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for thead
impl RefUnwindSafe for thead
impl Send for thead
impl Sync for thead
impl Unpin for thead
impl UnwindSafe for thead
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