pub enum PartType {
Show 15 variants
Presentation,
Slide,
SlideLayout,
SlideMaster,
Theme,
NotesSlide,
NotesMaster,
Image,
Media,
Chart,
Table,
CoreProperties,
ExtendedProperties,
ContentTypes,
Relationships,
}Expand description
Part types in a PPTX package
Variants§
Presentation
Slide
SlideLayout
SlideMaster
Theme
NotesSlide
NotesMaster
Image
Media
Chart
Table
CoreProperties
ExtendedProperties
ContentTypes
Relationships
Implementations§
Trait Implementations§
impl Copy for PartType
impl StructuralPartialEq for PartType
Auto Trait Implementations§
impl Freeze for PartType
impl RefUnwindSafe for PartType
impl Send for PartType
impl Sync for PartType
impl Unpin for PartType
impl UnwindSafe for PartType
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