pub enum PdfAnnotationWidgetSubtype {
Button,
Choice,
Signature,
Text,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfAnnotationWidgetSubtype
impl Clone for PdfAnnotationWidgetSubtype
Source§fn clone(&self) -> PdfAnnotationWidgetSubtype
fn clone(&self) -> PdfAnnotationWidgetSubtype
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 PdfAnnotationWidgetSubtype
impl Debug for PdfAnnotationWidgetSubtype
Source§impl PartialEq for PdfAnnotationWidgetSubtype
impl PartialEq for PdfAnnotationWidgetSubtype
Source§fn eq(&self, other: &PdfAnnotationWidgetSubtype) -> bool
fn eq(&self, other: &PdfAnnotationWidgetSubtype) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfAnnotationWidgetSubtype
impl Eq for PdfAnnotationWidgetSubtype
impl StructuralPartialEq for PdfAnnotationWidgetSubtype
Auto Trait Implementations§
impl Freeze for PdfAnnotationWidgetSubtype
impl RefUnwindSafe for PdfAnnotationWidgetSubtype
impl Send for PdfAnnotationWidgetSubtype
impl Sync for PdfAnnotationWidgetSubtype
impl Unpin for PdfAnnotationWidgetSubtype
impl UnsafeUnpin for PdfAnnotationWidgetSubtype
impl UnwindSafe for PdfAnnotationWidgetSubtype
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