Struct quick_xml::XmlDecl [] [src]

pub struct XmlDecl { /* fields omitted */ }

Wrapper around Element to parse XmlDecl

Postpone element parsing only when needed

Methods

impl XmlDecl
[src]

Gets xml version, including quotes (' or ")

Gets xml encoding, including quotes (' or ")

Gets xml standalone, including quotes (' or ")

Trait Implementations

impl Clone for XmlDecl
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XmlDecl
[src]

Formats the value using the given formatter.