Struct patternfly_yew::TextInputProps [−][src]
pub struct TextInputProps {Show 13 fields
pub name: String,
pub id: String,
pub value: String,
pub required: bool,
pub disabled: bool,
pub readonly: bool,
pub state: InputState,
pub icon: TextInputIcon,
pub type: String,
pub placeholder: String,
pub onchange: Callback<String>,
pub oninput: Callback<String>,
pub validator: Validator,
}Fields
name: Stringid: Stringvalue: Stringrequired: booldisabled: boolreadonly: boolstate: InputStateicon: TextInputIcontype: Stringplaceholder: Stringonchange: Callback<String>oninput: Callback<String>validator: ValidatorTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for TextInputProps
impl !Send for TextInputProps
impl !Sync for TextInputProps
impl Unpin for TextInputProps
impl !UnwindSafe for TextInputProps
Blanket Implementations
Mutably borrows from an owned value. Read more