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