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