Struct xml5ever::tree_builder::XmlTreeBuilderOpts
source · 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 copy 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