pub struct Colgroup;
Trait Implementations§
source§impl<'a> ElementBuilder<'a> for Colgroup
impl<'a> ElementBuilder<'a> for Colgroup
fn builder() -> HtmlElement<'a>
impl Eq for Colgroup
impl StructuralPartialEq for Colgroup
Auto Trait Implementations§
impl Freeze for Colgroup
impl RefUnwindSafe for Colgroup
impl Send for Colgroup
impl Sync for Colgroup
impl Unpin for Colgroup
impl UnwindSafe for Colgroup
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