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),
Scene(Scene),
Null,
}Variants
Text(Text)Tuple Fields of Text
0: TextImage(Image)Tuple Fields of Image
0: ImageRow(Row)Tuple Fields of Row
0: RowColumn(Column)Tuple Fields of Column
0: ColumnIFrame(IFrame)Tuple Fields of IFrame
0: IFrameInput(Input)Tuple Fields of Input
0: InputInteger(Text)Tuple Fields of Integer
0: TextBoolean(Text)Tuple Fields of Boolean
0: TextDecimal(Text)Tuple Fields of Decimal
0: TextScene(Scene)Tuple Fields of Scene
0: SceneImplementations
pub fn get_external_children_condition(
&self,
external_open_id: &Option<String>,
external_children_container: &[Vec<usize>]
) -> Vec<ExternalChildrenCondition>
pub fn get_external_children_dependencies(
children: &[Element]
) -> ExternalChildrenDependenciesMap
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