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