pub enum PdfAnnotationSubtype {
Show 13 variants
Text,
Link,
FreeText,
Line,
Square,
Circle,
Highlight,
Underline,
StrikeOut,
Ink,
Stamp,
Popup,
Widget,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfAnnotationSubtype
impl Clone for PdfAnnotationSubtype
Source§fn clone(&self) -> PdfAnnotationSubtype
fn clone(&self) -> PdfAnnotationSubtype
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 PdfAnnotationSubtype
impl Debug for PdfAnnotationSubtype
Source§impl PartialEq for PdfAnnotationSubtype
impl PartialEq for PdfAnnotationSubtype
Source§fn eq(&self, other: &PdfAnnotationSubtype) -> bool
fn eq(&self, other: &PdfAnnotationSubtype) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfAnnotationSubtype
impl Eq for PdfAnnotationSubtype
impl StructuralPartialEq for PdfAnnotationSubtype
Auto Trait Implementations§
impl Freeze for PdfAnnotationSubtype
impl RefUnwindSafe for PdfAnnotationSubtype
impl Send for PdfAnnotationSubtype
impl Sync for PdfAnnotationSubtype
impl Unpin for PdfAnnotationSubtype
impl UnsafeUnpin for PdfAnnotationSubtype
impl UnwindSafe for PdfAnnotationSubtype
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