pub enum AssociationKind {
Source,
Data,
Alternative,
Supplement,
Unspecified,
}
Expand description
How an embedded file relates to the PDF document it is embedded in. PDF/A-3 and PDF/A-4f.
Variants§
Source
The PDF document was created from this source file.
Data
This file was used to derive a visual presentation in the PDF.
Alternative
An alternative representation of this document.
Supplement
Additional resources for this document.
Unspecified
There is no clear relationship or it is not known.
Trait Implementations§
source§impl Clone for AssociationKind
impl Clone for AssociationKind
source§fn clone(&self) -> AssociationKind
fn clone(&self) -> AssociationKind
Returns a copy of the value. Read more
1.6.0 · 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 AssociationKind
impl Debug for AssociationKind
source§impl Hash for AssociationKind
impl Hash for AssociationKind
source§impl PartialEq for AssociationKind
impl PartialEq for AssociationKind
impl Copy for AssociationKind
impl Eq for AssociationKind
impl StructuralPartialEq for AssociationKind
Auto Trait Implementations§
impl Freeze for AssociationKind
impl RefUnwindSafe for AssociationKind
impl Send for AssociationKind
impl Sync for AssociationKind
impl Unpin for AssociationKind
impl UnwindSafe for AssociationKind
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)