pub struct XmlPrinterOptions {
pub pretty_print: bool,
}Expand description
Options for XML printing.
Fields§
§pretty_print: boolWhether to pretty-print with indentation.
Trait Implementations§
Source§impl Clone for XmlPrinterOptions
impl Clone for XmlPrinterOptions
Source§fn clone(&self) -> XmlPrinterOptions
fn clone(&self) -> XmlPrinterOptions
Returns a duplicate 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 moreSource§impl Debug for XmlPrinterOptions
impl Debug for XmlPrinterOptions
Source§impl Default for XmlPrinterOptions
impl Default for XmlPrinterOptions
Source§fn default() -> XmlPrinterOptions
fn default() -> XmlPrinterOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for XmlPrinterOptions
impl RefUnwindSafe for XmlPrinterOptions
impl Send for XmlPrinterOptions
impl Sync for XmlPrinterOptions
impl Unpin for XmlPrinterOptions
impl UnwindSafe for XmlPrinterOptions
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more