pub struct TextInputStyles {
pub cursor: Style,
pub cursor_text: Style,
pub placeholder: Style,
pub prompt: Style,
pub text: Style,
}Expand description
Styles for text inputs.
Fields§
§cursor: StyleCursor style.
cursor_text: StyleCursor text style.
placeholder: StylePlaceholder style.
prompt: StylePrompt style.
text: StyleText style.
Trait Implementations§
Source§impl Clone for TextInputStyles
impl Clone for TextInputStyles
Source§fn clone(&self) -> TextInputStyles
fn clone(&self) -> TextInputStyles
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TextInputStyles
impl Debug for TextInputStyles
Source§impl Default for TextInputStyles
impl Default for TextInputStyles
Source§fn default() -> TextInputStyles
fn default() -> TextInputStyles
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for TextInputStyles
impl !RefUnwindSafe for TextInputStyles
impl Send for TextInputStyles
impl Sync for TextInputStyles
impl Unpin for TextInputStyles
impl !UnwindSafe for TextInputStyles
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