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