pub enum DocumentInspectionEvent {
GetDocumentStats,
GetTextAtPosition,
GetBlockAtPosition,
ExtractFragment,
}Variants§
Trait Implementations§
Source§impl Clone for DocumentInspectionEvent
impl Clone for DocumentInspectionEvent
Source§fn clone(&self) -> DocumentInspectionEvent
fn clone(&self) -> DocumentInspectionEvent
Returns a duplicate of the value. Read more
1.0.0 · 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 DocumentInspectionEvent
impl Debug for DocumentInspectionEvent
Source§impl Hash for DocumentInspectionEvent
impl Hash for DocumentInspectionEvent
Source§impl PartialEq for DocumentInspectionEvent
impl PartialEq for DocumentInspectionEvent
Source§impl Serialize for DocumentInspectionEvent
impl Serialize for DocumentInspectionEvent
impl Eq for DocumentInspectionEvent
impl StructuralPartialEq for DocumentInspectionEvent
Auto Trait Implementations§
impl Freeze for DocumentInspectionEvent
impl RefUnwindSafe for DocumentInspectionEvent
impl Send for DocumentInspectionEvent
impl Sync for DocumentInspectionEvent
impl Unpin for DocumentInspectionEvent
impl UnsafeUnpin for DocumentInspectionEvent
impl UnwindSafe for DocumentInspectionEvent
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