pub enum Located {
LegacyStream,
Relationship,
ContentType,
ConventionalPath,
}Expand description
How the presentation part was found.
Variants§
LegacyStream
A legacy binary presentation: the PowerPoint Document stream.
Relationship
Through the officeDocument relationship of the package (13.3.6).
ContentType
By scanning content types for a presentation main type.
ConventionalPath
At /ppt/presentation.xml with no declaration pointing there.
Trait Implementations§
impl Copy for Located
impl Eq for Located
impl StructuralPartialEq for Located
Auto Trait Implementations§
impl Freeze for Located
impl RefUnwindSafe for Located
impl Send for Located
impl Sync for Located
impl Unpin for Located
impl UnsafeUnpin for Located
impl UnwindSafe for Located
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