Struct ftd_rt::Node [−][src]
pub struct Node {
pub condition: Option<Condition>,
pub classes: Vec<String>,
pub node: String,
pub attrs: Map,
pub style: Map,
pub children: Vec<Node>,
pub children_style: Map,
pub text: Option<String>,
pub null: bool,
}Fields
condition: Option<Condition>classes: Vec<String>node: Stringattrs: Mapstyle: Mapchildren: Vec<Node>children_style: Maptext: Option<String>null: boolImplementations
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 Node
impl UnwindSafe for Node
Blanket Implementations
Mutably borrows from an owned value. Read more