pub struct XmlBuilder { /* private fields */ }
Expand description
XML builder
Implementations§
Source§impl XmlBuilder
impl XmlBuilder
Trait Implementations§
Source§impl Default for XmlBuilder
impl Default for XmlBuilder
Source§fn default() -> XmlBuilder
fn default() -> XmlBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for XmlBuilder
impl !RefUnwindSafe for XmlBuilder
impl !Send for XmlBuilder
impl !Sync for XmlBuilder
impl Unpin for XmlBuilder
impl !UnwindSafe for XmlBuilder
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