Enum ftd_rt::Element [−][src]
pub enum Element {
Text(Text),
Image(Image),
Row(Row),
Column(Column),
IFrame(IFrame),
Input(Input),
Integer(Text),
Boolean(Text),
Decimal(Text),
Null,
}Variants
Tuple Fields of Text
0: TextTuple Fields of Image
0: ImageTuple Fields of Row
0: RowTuple Fields of Column
0: ColumnTuple Fields of IFrame
0: IFrameTuple Fields of Input
0: InputTuple Fields of Integer
0: TextTuple Fields of Boolean
0: TextTuple Fields of Decimal
0: TextImplementations
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Element
impl UnwindSafe for Element
Blanket Implementations
Mutably borrows from an owned value. Read more