pub enum PdfAnnotationKey {
Show 34 variants
AdditionalActions,
AppearanceDictionary,
AppearanceState,
DefaultAppearance,
Destination,
Flags,
HighlightingMode,
IconName,
InkList,
InteriorColor,
LineEndingStyles,
LinePoints,
Name,
Open,
Page,
Parent,
Popup,
QuadPoints,
Quadding,
TextLabel,
WidgetAppearanceDictionary,
WidgetBackgroundColor,
WidgetBorderColor,
WidgetCaption,
WidgetDefaultValue,
WidgetDownCaption,
WidgetFieldFlags,
WidgetFieldType,
WidgetMaxLen,
WidgetOptions,
WidgetRolloverCaption,
WidgetRotation,
WidgetTextLabelUi,
WidgetValue,
}Variants§
AdditionalActions
AppearanceDictionary
AppearanceState
DefaultAppearance
Destination
Flags
HighlightingMode
IconName
InkList
InteriorColor
LineEndingStyles
LinePoints
Name
Open
Page
Parent
Popup
QuadPoints
Quadding
TextLabel
WidgetAppearanceDictionary
WidgetBackgroundColor
WidgetBorderColor
WidgetCaption
WidgetDefaultValue
WidgetDownCaption
WidgetFieldFlags
WidgetFieldType
WidgetMaxLen
WidgetOptions
WidgetRolloverCaption
WidgetRotation
WidgetTextLabelUi
WidgetValue
Implementations§
Trait Implementations§
Source§impl Clone for PdfAnnotationKey
impl Clone for PdfAnnotationKey
Source§fn clone(&self) -> PdfAnnotationKey
fn clone(&self) -> PdfAnnotationKey
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 PdfAnnotationKey
impl Debug for PdfAnnotationKey
Source§impl PartialEq for PdfAnnotationKey
impl PartialEq for PdfAnnotationKey
Source§fn eq(&self, other: &PdfAnnotationKey) -> bool
fn eq(&self, other: &PdfAnnotationKey) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfAnnotationKey
impl Eq for PdfAnnotationKey
impl StructuralPartialEq for PdfAnnotationKey
Auto Trait Implementations§
impl Freeze for PdfAnnotationKey
impl RefUnwindSafe for PdfAnnotationKey
impl Send for PdfAnnotationKey
impl Sync for PdfAnnotationKey
impl Unpin for PdfAnnotationKey
impl UnsafeUnpin for PdfAnnotationKey
impl UnwindSafe for PdfAnnotationKey
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