pub struct Tbody(/* private fields */);
Trait Implementations§
Source§impl DomElement for Tbody
impl DomElement for Tbody
type Target = HtmlTableSectionElement
fn dom_element(&self) -> Self::Target
Auto Trait Implementations§
impl Freeze for Tbody
impl !RefUnwindSafe for Tbody
impl !Send for Tbody
impl !Sync for Tbody
impl Unpin for Tbody
impl !UnwindSafe for Tbody
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