Enum material_yew::text_inputs::TextFieldType
source · pub enum TextFieldType {
Show 13 variants
Text,
Search,
Tel,
Url,
Email,
Password,
Date,
Month,
Week,
Time,
DatetimeLocal,
Number,
Color,
}
Expand description
The TextFieldType
type
Variants§
Implementations§
Trait Implementations§
source§impl Clone for TextFieldType
impl Clone for TextFieldType
source§fn clone(&self) -> TextFieldType
fn clone(&self) -> TextFieldType
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 Debug for TextFieldType
impl Debug for TextFieldType
source§impl PartialEq<TextFieldType> for TextFieldType
impl PartialEq<TextFieldType> for TextFieldType
source§fn eq(&self, other: &TextFieldType) -> bool
fn eq(&self, other: &TextFieldType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TextFieldType
Auto Trait Implementations§
impl RefUnwindSafe for TextFieldType
impl Send for TextFieldType
impl Sync for TextFieldType
impl Unpin for TextFieldType
impl UnwindSafe for TextFieldType
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>
§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self
to a value of a Properties
struct.§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self
to a value of a Properties
struct.