pub struct TextField { /* private fields */ }
Expand description
A user-modifiable text field.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TextField
impl !RefUnwindSafe for TextField
impl !Send for TextField
impl !Sync for TextField
impl Unpin for TextField
impl !UnwindSafe for TextField
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