#[repr(i32)]pub enum PdfMarkupType {
Highlight = 0,
StrikeOut = 1,
Underline = 2,
Redact = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PdfMarkupType
impl Clone for PdfMarkupType
Source§fn clone(&self) -> PdfMarkupType
fn clone(&self) -> PdfMarkupType
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 PdfMarkupType
impl Debug for PdfMarkupType
Source§impl PartialEq for PdfMarkupType
impl PartialEq for PdfMarkupType
Source§fn eq(&self, other: &PdfMarkupType) -> bool
fn eq(&self, other: &PdfMarkupType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfMarkupType
impl Eq for PdfMarkupType
impl StructuralPartialEq for PdfMarkupType
Auto Trait Implementations§
impl Freeze for PdfMarkupType
impl RefUnwindSafe for PdfMarkupType
impl Send for PdfMarkupType
impl Sync for PdfMarkupType
impl Unpin for PdfMarkupType
impl UnsafeUnpin for PdfMarkupType
impl UnwindSafe for PdfMarkupType
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