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