pub struct textarea;Expand description
HTML <textarea> element - Multi-line text input control
Example:
<textarea rows="4" cols="50" placeholder="Your message here"></textarea>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for textarea
impl RefUnwindSafe for textarea
impl Send for textarea
impl Sync for textarea
impl Unpin for textarea
impl UnwindSafe for textarea
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