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
Does not render XML header for this document
Can be used in case of a custom XML implementation such as XMLTV
Sets the XML version attribute field.
Sets the XML encoding attribute field.
Sets the header attribute sort.
Sets a custom XML header.
Be careful, no syntax and semantic verifications are made on this header.
Sets the XML document root element.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for XMLimpl UnwindSafe for XML