pub enum GroupingSource {
EmbeddedMetadata,
SidecarFile,
Manual,
None,
}Expand description
How the grouping information was obtained.
Variants§
EmbeddedMetadata
Polylux/touying/pdfpc LaTeX package metadata embedded in the PDF.
SidecarFile
Explicit grouping from a .pdfpc sidecar file.
Manual
User-set via the manual grouping editor.
None
No grouping — 1:1 page-to-slide mapping.
Trait Implementations§
Source§impl Clone for GroupingSource
impl Clone for GroupingSource
Source§fn clone(&self) -> GroupingSource
fn clone(&self) -> GroupingSource
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 GroupingSource
impl Debug for GroupingSource
Source§impl PartialEq for GroupingSource
impl PartialEq for GroupingSource
Source§fn eq(&self, other: &GroupingSource) -> bool
fn eq(&self, other: &GroupingSource) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GroupingSource
impl Eq for GroupingSource
impl StructuralPartialEq for GroupingSource
Auto Trait Implementations§
impl Freeze for GroupingSource
impl RefUnwindSafe for GroupingSource
impl Send for GroupingSource
impl Sync for GroupingSource
impl Unpin for GroupingSource
impl UnsafeUnpin for GroupingSource
impl UnwindSafe for GroupingSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.