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