Enum viewy::components::FieldType [−][src]
pub enum FieldType {
Show 15 variants
Text,
Password,
Email,
Number,
Tel,
Date,
DateTimeLocal,
Month,
Search,
Time,
Url,
Week,
Hidden,
TextArea,
RichTextArea,
}Variants
Text
Password
Email
Number
Tel
Date
DateTimeLocal
Month
Search
Time
Url
Week
Hidden
TextArea
RichTextArea
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FieldType
impl UnwindSafe for FieldType
Blanket Implementations
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: Component + Float,
Swp: WhitePoint,
Dwp: WhitePoint,
D: AdaptFrom<S, Swp, Dwp, T>,
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
T: Component + Float,
Swp: WhitePoint,
Dwp: WhitePoint,
D: AdaptFrom<S, Swp, Dwp, T>,
Mutably borrows from an owned value. Read more
Convert into T with values clamped to the color defined bounds Read more
Convert into T. The resulting color might be invalid in its color space Read more
Convert into T, returning ok if the color is inside of its defined range,
otherwise an OutOfBounds error is returned which contains the unclamped color. Read more
