pub struct Textarea(/* private fields */);
Trait Implementations§
Source§impl DomElement for Textarea
impl DomElement for Textarea
type Target = HtmlTextAreaElement
fn dom_element(&self) -> Self::Target
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