Struct patternfly_yew::TextAreaProps [−][src]
pub struct TextAreaProps {
pub name: String,
pub value: String,
pub required: bool,
pub disabled: bool,
pub readonly: bool,
pub state: InputState,
pub resize: ResizeOrientation,
pub onchange: Callback<String>,
pub oninput: Callback<String>,
pub validator: Validator,
}Fields
name: Stringvalue: Stringrequired: booldisabled: boolreadonly: boolstate: InputStateresize: ResizeOrientationonchange: 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 TextAreaProps
impl !Send for TextAreaProps
impl !Sync for TextAreaProps
impl Unpin for TextAreaProps
impl !UnwindSafe for TextAreaProps
Blanket Implementations
Mutably borrows from an owned value. Read more