pub struct SlideReport {
pub unknown_graphics: Vec<String>,
pub unknown_elements: u32,
}Expand description
What the parser skipped in one part.
Fields§
§unknown_graphics: Vec<String>graphicData URIs the reader does not understand, one entry each.
unknown_elements: u32Elements in namespaces the reader does not understand, outside extLst.
Implementations§
Source§impl SlideReport
impl SlideReport
Trait Implementations§
Source§impl Clone for SlideReport
impl Clone for SlideReport
Source§fn clone(&self) -> SlideReport
fn clone(&self) -> SlideReport
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 SlideReport
impl Debug for SlideReport
Source§impl Default for SlideReport
impl Default for SlideReport
Source§fn default() -> SlideReport
fn default() -> SlideReport
Returns the “default value” for a type. Read more
impl Eq for SlideReport
Source§impl PartialEq for SlideReport
impl PartialEq for SlideReport
impl StructuralPartialEq for SlideReport
Auto Trait Implementations§
impl Freeze for SlideReport
impl RefUnwindSafe for SlideReport
impl Send for SlideReport
impl Sync for SlideReport
impl Unpin for SlideReport
impl UnsafeUnpin for SlideReport
impl UnwindSafe for SlideReport
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