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