pub struct XMLDocx {Show 23 fields
pub content_type: Vec<u8>,
pub rels: Vec<u8>,
pub doc_props: XMLDocProps,
pub styles: Vec<u8>,
pub document: Vec<u8>,
pub comments: Vec<u8>,
pub document_rels: Vec<u8>,
pub settings: Vec<u8>,
pub font_table: Vec<u8>,
pub numberings: Vec<u8>,
pub media: Vec<(String, Vec<u8>)>,
pub headers: Vec<Vec<u8>>,
pub header_rels: Vec<Vec<u8>>,
pub footers: Vec<Vec<u8>>,
pub footer_rels: Vec<Vec<u8>>,
pub comments_extended: Vec<u8>,
pub taskpanes: Option<Vec<u8>>,
pub taskpanes_rels: Vec<u8>,
pub web_extensions: Vec<Vec<u8>>,
pub custom_items: Vec<Vec<u8>>,
pub custom_item_rels: Vec<Vec<u8>>,
pub custom_item_props: Vec<Vec<u8>>,
pub footnotes: Vec<u8>,
}
Fields§
§content_type: Vec<u8>
§rels: Vec<u8>
§doc_props: XMLDocProps
§styles: Vec<u8>
§document: Vec<u8>
§comments: Vec<u8>
§document_rels: Vec<u8>
§settings: Vec<u8>
§font_table: Vec<u8>
§numberings: Vec<u8>
§media: Vec<(String, Vec<u8>)>
§headers: Vec<Vec<u8>>
§header_rels: Vec<Vec<u8>>
§comments_extended: Vec<u8>
§taskpanes: Option<Vec<u8>>
§taskpanes_rels: Vec<u8>
§web_extensions: Vec<Vec<u8>>
§custom_items: Vec<Vec<u8>>
§custom_item_rels: Vec<Vec<u8>>
§custom_item_props: Vec<Vec<u8>>
§footnotes: Vec<u8>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for XMLDocx
impl RefUnwindSafe for XMLDocx
impl Send for XMLDocx
impl Sync for XMLDocx
impl Unpin for XMLDocx
impl UnwindSafe for XMLDocx
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