Struct atom_syndication::WriteConfig
source · Expand description
Various options which control XML writer
Fields§
§write_document_declaration: boolWrite XML document declaration at the beginning of a document. Default is true.
indent_size: Option<usize>Indent XML tags. Default is None.
Trait Implementations§
source§impl Clone for WriteConfig
impl Clone for WriteConfig
source§fn clone(&self) -> WriteConfig
fn clone(&self) -> WriteConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more