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