pub struct DefaultTextFieldDecorator;Expand description
A TextFieldDecorator that passes through the inner text field unchanged.
Trait Implementations§
Source§impl Clone for DefaultTextFieldDecorator
impl Clone for DefaultTextFieldDecorator
Source§fn clone(&self) -> DefaultTextFieldDecorator
fn clone(&self) -> DefaultTextFieldDecorator
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DefaultTextFieldDecorator
Source§impl Debug for DefaultTextFieldDecorator
impl Debug for DefaultTextFieldDecorator
Auto Trait Implementations§
impl Freeze for DefaultTextFieldDecorator
impl RefUnwindSafe for DefaultTextFieldDecorator
impl Send for DefaultTextFieldDecorator
impl Sync for DefaultTextFieldDecorator
impl Unpin for DefaultTextFieldDecorator
impl UnsafeUnpin for DefaultTextFieldDecorator
impl UnwindSafe for DefaultTextFieldDecorator
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