pub struct XmlTreeBuilderOpts {}Expand description
Tree builder options, with an impl for Default.
Trait Implementations§
Source§impl Clone for XmlTreeBuilderOpts
 
impl Clone for XmlTreeBuilderOpts
Source§fn clone(&self) -> XmlTreeBuilderOpts
 
fn clone(&self) -> XmlTreeBuilderOpts
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 Default for XmlTreeBuilderOpts
 
impl Default for XmlTreeBuilderOpts
Source§fn default() -> XmlTreeBuilderOpts
 
fn default() -> XmlTreeBuilderOpts
Returns the “default value” for a type. Read more
impl Copy for XmlTreeBuilderOpts
Auto Trait Implementations§
impl Freeze for XmlTreeBuilderOpts
impl RefUnwindSafe for XmlTreeBuilderOpts
impl Send for XmlTreeBuilderOpts
impl Sync for XmlTreeBuilderOpts
impl Unpin for XmlTreeBuilderOpts
impl UnwindSafe for XmlTreeBuilderOpts
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