pub enum AnnotType {
Show 29 variants
Text,
Link,
FreeText,
Line,
Square,
Circle,
Polygon,
PolyLine,
Highlight,
Underline,
Squiggly,
StrikeOut,
Stamp,
Caret,
Ink,
Popup,
FileAttachment,
Sound,
Movie,
Widget,
Screen,
PrinterMark,
TrapNet,
Watermark,
ThreeD,
Redact,
Projection,
RichMedia,
Unknown,
}Expand description
PDF annotation types (ISO 32000-2 Table 169).
Variants§
Text
Link
FreeText
Line
Square
Circle
Polygon
PolyLine
Highlight
Underline
Squiggly
StrikeOut
Stamp
Caret
Ink
Popup
FileAttachment
Sound
Movie
Widget
Screen
PrinterMark
TrapNet
Watermark
ThreeD
Redact
Projection
RichMedia
Unknown
Implementations§
Trait Implementations§
impl Copy for AnnotType
impl Eq for AnnotType
impl StructuralPartialEq for AnnotType
Auto Trait Implementations§
impl Freeze for AnnotType
impl RefUnwindSafe for AnnotType
impl Send for AnnotType
impl Sync for AnnotType
impl Unpin for AnnotType
impl UnsafeUnpin for AnnotType
impl UnwindSafe for AnnotType
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.