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