pub struct Textarea;
Trait Implementations§
Source§impl<'a> ElementBuilder<'a> for Textarea
impl<'a> ElementBuilder<'a> for Textarea
fn builder() -> HtmlElement<'a>
impl Eq for Textarea
impl StructuralPartialEq for Textarea
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