Struct slater::Value [−][src]
pub struct Value {
pub document: Document,
}Fields
document: Document
Methods
impl Value[src]
impl Valuepub fn new(document: Document) -> Value[src]
pub fn new(document: Document) -> ValueⓘImportant traits for Leafs<'a>pub fn leafs(&self) -> Leafs[src]
ⓘImportant traits for Leafs<'a>
pub fn leafs(&self) -> LeafsTrait Implementations
impl Debug for Value[src]
impl Debug for Valuefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for Value[src]
impl Default for Valueimpl Serialize for Value[src]
impl Serialize for Value