Struct slater::Value[][src]

pub struct Value {
    pub document: Document,
}

Fields

Methods

impl Value
[src]

Important traits for Leafs<'a>

Trait Implementations

impl Debug for Value
[src]

Formats the value using the given formatter. Read more

impl Default for Value
[src]

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

impl Serialize for Value
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl Send for Value

impl Sync for Value