pub struct DocumentRels {
pub has_comments: bool,
pub has_numberings: bool,
pub images: Vec<(String, String)>,
pub hyperlinks: Vec<(String, String, String)>,
pub custom_xml_count: usize,
pub header_count: usize,
pub footer_count: usize,
}
Fields§
§has_comments: bool
§has_numberings: bool
§images: Vec<(String, String)>
§hyperlinks: Vec<(String, String, String)>
§custom_xml_count: usize
§header_count: usize
Implementations§
Source§impl DocumentRels
impl DocumentRels
Trait Implementations§
Source§impl Clone for DocumentRels
impl Clone for DocumentRels
Source§fn clone(&self) -> DocumentRels
fn clone(&self) -> DocumentRels
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 Debug for DocumentRels
impl Debug for DocumentRels
Source§impl Default for DocumentRels
impl Default for DocumentRels
Source§fn default() -> DocumentRels
fn default() -> DocumentRels
Returns the “default value” for a type. Read more
Source§impl PartialEq for DocumentRels
impl PartialEq for DocumentRels
Source§impl Serialize for DocumentRels
impl Serialize for DocumentRels
impl StructuralPartialEq for DocumentRels
Auto Trait Implementations§
impl Freeze for DocumentRels
impl RefUnwindSafe for DocumentRels
impl Send for DocumentRels
impl Sync for DocumentRels
impl Unpin for DocumentRels
impl UnwindSafe for DocumentRels
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