Struct xml2json_rs::XmlBuilder
source · [−]pub struct XmlBuilder { /* private fields */ }
Expand description
XML builder
Implementations
sourceimpl XmlBuilder
impl XmlBuilder
Trait Implementations
sourceimpl Default for XmlBuilder
impl Default for XmlBuilder
sourcefn default() -> XmlBuilder
fn default() -> XmlBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !RefUnwindSafe for XmlBuilder
impl !Send for XmlBuilder
impl !Sync for XmlBuilder
impl Unpin for XmlBuilder
impl !UnwindSafe for XmlBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more