Struct slater::Document[][src]

pub struct Document {
    pub nodes: Vec<Node>,
}

Fields

Methods

impl Document
[src]

Trait Implementations

impl Debug for Document
[src]

Formats the value using the given formatter. Read more

impl Default for Document
[src]

Returns the "default value" for a type. Read more

impl Serialize for Document
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Document

impl Sync for Document