pub enum TableFootChild {
Script(Script),
TableRow(TableRow),
Template(Template),
}Expand description
The permitted child items for the TableFoot element
Variants§
Script(Script)
The Script element
TableRow(TableRow)
The TableRow element
Template(Template)
The Template element
Trait Implementations§
Source§impl Clone for TableFootChild
impl Clone for TableFootChild
Source§fn clone(&self) -> TableFootChild
fn clone(&self) -> TableFootChild
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TableFootChild
impl Debug for TableFootChild
Source§impl Display for TableFootChild
impl Display for TableFootChild
Source§impl From<Script> for TableFootChild
impl From<Script> for TableFootChild
Source§impl From<TableRow> for TableFootChild
impl From<TableRow> for TableFootChild
Source§impl From<Template> for TableFootChild
impl From<Template> for TableFootChild
Source§impl PartialEq for TableFootChild
impl PartialEq for TableFootChild
Source§impl Render for TableFootChild
impl Render for TableFootChild
impl StructuralPartialEq for TableFootChild
Auto Trait Implementations§
impl Freeze for TableFootChild
impl RefUnwindSafe for TableFootChild
impl Send for TableFootChild
impl Sync for TableFootChild
impl Unpin for TableFootChild
impl UnwindSafe for TableFootChild
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