Struct yewprint::TextAreaProps
source · pub struct TextAreaProps {
pub class: Classes,
pub fill: bool,
pub ref: NodeRef,
pub intent: Option<Intent>,
pub large: bool,
pub small: bool,
pub onchange: Callback<Event>,
}Fields§
§class: Classes§fill: bool§ref: NodeRef§intent: Option<Intent>§large: bool§small: bool§onchange: Callback<Event>Trait Implementations§
source§impl Clone for TextAreaProps
impl Clone for TextAreaProps
source§fn clone(&self) -> TextAreaProps
fn clone(&self) -> TextAreaProps
Returns a copy 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 PartialEq<TextAreaProps> for TextAreaProps
impl PartialEq<TextAreaProps> for TextAreaProps
source§fn eq(&self, other: &TextAreaProps) -> bool
fn eq(&self, other: &TextAreaProps) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Properties for TextAreaProps
impl Properties for TextAreaProps
impl StructuralPartialEq for TextAreaProps
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§
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.