pub struct form;Expand description
HTML <form> element - Container for interactive inputs to collect user data
Example:
<form action="/submit" method="post"><input type="text"><button type="submit">Submit</button></form>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for form
impl RefUnwindSafe for form
impl Send for form
impl Sync for form
impl Unpin for form
impl UnwindSafe for form
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