pub struct XmlFormatter;Expand description
A transformer that formats XML code with proper indentation
Trait Implementations§
Source§impl Clone for XmlFormatter
impl Clone for XmlFormatter
Source§fn clone(&self) -> XmlFormatter
fn clone(&self) -> XmlFormatter
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 XmlFormatter
impl Debug for XmlFormatter
Source§impl PartialEq for XmlFormatter
impl PartialEq for XmlFormatter
Source§impl Transform for XmlFormatter
impl Transform for XmlFormatter
Source§fn description(&self) -> &'static str
fn description(&self) -> &'static str
Get the description of the transformer
Source§fn category(&self) -> TransformerCategory
fn category(&self) -> TransformerCategory
Get the category of the transformer
Source§fn default_test_input(&self) -> &'static str
fn default_test_input(&self) -> &'static str
Provide a default input string suitable for testing the transformer.
impl Copy for XmlFormatter
impl Eq for XmlFormatter
impl StructuralPartialEq for XmlFormatter
Auto Trait Implementations§
impl Freeze for XmlFormatter
impl RefUnwindSafe for XmlFormatter
impl Send for XmlFormatter
impl Sync for XmlFormatter
impl Unpin for XmlFormatter
impl UnwindSafe for XmlFormatter
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