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