pub struct LeafWriteOptions<'a> {
pub disassembled_path: &'a str,
pub output_file_name: &'a str,
pub root_element_name: &'a str,
pub root_attributes: XmlElement,
pub xml_declaration: Option<XmlElement>,
pub format: &'a str,
}Fields§
§disassembled_path: &'a str§output_file_name: &'a str§root_element_name: &'a str§root_attributes: XmlElement§xml_declaration: Option<XmlElement>§format: &'a strTrait Implementations§
Source§impl<'a> Clone for LeafWriteOptions<'a>
impl<'a> Clone for LeafWriteOptions<'a>
Source§fn clone(&self) -> LeafWriteOptions<'a>
fn clone(&self) -> LeafWriteOptions<'a>
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 moreAuto Trait Implementations§
impl<'a> Freeze for LeafWriteOptions<'a>
impl<'a> RefUnwindSafe for LeafWriteOptions<'a>
impl<'a> Send for LeafWriteOptions<'a>
impl<'a> Sync for LeafWriteOptions<'a>
impl<'a> Unpin for LeafWriteOptions<'a>
impl<'a> UnwindSafe for LeafWriteOptions<'a>
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