Enum augdom::rsdom::VirtData [−][src]
Expand description
The data of a node in the virtual DOM tree.
Variants
A virtual element.
Fields of Elem
Text(String)
A virtual text node.
Tuple Fields of Text
0: String
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for VirtData
impl UnwindSafe for VirtData
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more