pub enum PdfDocumentNotification {
DidUnlock,
DidBeginFind,
DidEndFind,
DidBeginPageFind,
DidEndPageFind,
DidFindMatch,
DidBeginWrite,
DidEndWrite,
DidBeginPageWrite,
DidEndPageWrite,
}Expand description
Wraps PDFDocument notification constants.
Variants§
DidUnlock
Wraps the corresponding PDFDocument notification constant.
DidBeginFind
Wraps the corresponding PDFDocument notification constant.
DidEndFind
Wraps the corresponding PDFDocument notification constant.
DidBeginPageFind
Wraps the corresponding PDFDocument notification constant.
DidEndPageFind
Wraps the corresponding PDFDocument notification constant.
DidFindMatch
Wraps the corresponding PDFDocument notification constant.
DidBeginWrite
Wraps the corresponding PDFDocument notification constant.
DidEndWrite
Wraps the corresponding PDFDocument notification constant.
DidBeginPageWrite
Wraps the corresponding PDFDocument notification constant.
DidEndPageWrite
Wraps the corresponding PDFDocument notification constant.
Implementations§
Trait Implementations§
Source§impl Clone for PdfDocumentNotification
impl Clone for PdfDocumentNotification
Source§fn clone(&self) -> PdfDocumentNotification
fn clone(&self) -> PdfDocumentNotification
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 PdfDocumentNotification
impl Debug for PdfDocumentNotification
Source§impl PartialEq for PdfDocumentNotification
impl PartialEq for PdfDocumentNotification
Source§fn eq(&self, other: &PdfDocumentNotification) -> bool
fn eq(&self, other: &PdfDocumentNotification) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PdfDocumentNotification
impl Eq for PdfDocumentNotification
impl StructuralPartialEq for PdfDocumentNotification
Auto Trait Implementations§
impl Freeze for PdfDocumentNotification
impl RefUnwindSafe for PdfDocumentNotification
impl Send for PdfDocumentNotification
impl Sync for PdfDocumentNotification
impl Unpin for PdfDocumentNotification
impl UnsafeUnpin for PdfDocumentNotification
impl UnwindSafe for PdfDocumentNotification
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