pub struct DocumentDefects {
pub located: Located,
pub unresolved_slides: Vec<(usize, String)>,
pub slides_recovered_from_rels: bool,
}Expand description
What the document layer had to work around.
Fields§
§located: Located§unresolved_slides: Vec<(usize, String)>sldId entries whose relationship did not resolve to a part.
slides_recovered_from_rels: boolThe slide list was rebuilt from slide relationships because sldIdLst was empty or absent.
Trait Implementations§
Source§impl Clone for DocumentDefects
impl Clone for DocumentDefects
Source§fn clone(&self) -> DocumentDefects
fn clone(&self) -> DocumentDefects
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DocumentDefects
impl Debug for DocumentDefects
impl Eq for DocumentDefects
Source§impl PartialEq for DocumentDefects
impl PartialEq for DocumentDefects
impl StructuralPartialEq for DocumentDefects
Auto Trait Implementations§
impl Freeze for DocumentDefects
impl RefUnwindSafe for DocumentDefects
impl Send for DocumentDefects
impl Sync for DocumentDefects
impl Unpin for DocumentDefects
impl UnsafeUnpin for DocumentDefects
impl UnwindSafe for DocumentDefects
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