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