Enum papito_dom::prelude::VNode [] [src]

pub enum VNode {
    Text(VText),
    Element(VElement),
    List(VList),
    Component(VComponent),
}

Variants

Methods

impl VNode
[src]

[src]

Trait Implementations

impl Debug for VNode
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for VNode
[src]

impl PartialEq for VNode
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Display for VNode
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for VNode

impl !Sync for VNode