pub struct Tfoot;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Tfoot
impl<'a> ElementBuilder<'a> for Tfoot
fn builder() -> HtmlElement<'a>
impl Eq for Tfoot
impl StructuralPartialEq for Tfoot
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