Struct xml_builder::XML[][src]

pub struct XML { /* fields omitted */ }
Expand description

Structure representing a XML document. It must be used to create a XML document.

Implementations

Sets the XML document root element.

Arguments

element - An XMLElement qualified as root for the XML document.

Generates an XML document into the specified Writer.

Consumes the XML object.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.