pub struct Tfoot(/* private fields */);
Trait Implementations§
Source§impl DomElement for Tfoot
impl DomElement for Tfoot
type Target = HtmlTableSectionElement
fn dom_element(&self) -> Self::Target
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