pub enum PdfSearchDirection {
SearchForward,
SearchBackward,
}Expand description
The direction in which to search for the next result.
Variants§
Trait Implementations§
source§impl Clone for PdfSearchDirection
impl Clone for PdfSearchDirection
source§fn clone(&self) -> PdfSearchDirection
fn clone(&self) -> PdfSearchDirection
Returns a copy 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 PdfSearchDirection
impl Debug for PdfSearchDirection
source§impl PartialEq for PdfSearchDirection
impl PartialEq for PdfSearchDirection
source§fn eq(&self, other: &PdfSearchDirection) -> bool
fn eq(&self, other: &PdfSearchDirection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for PdfSearchDirection
impl PartialOrd for PdfSearchDirection
source§fn partial_cmp(&self, other: &PdfSearchDirection) -> Option<Ordering>
fn partial_cmp(&self, other: &PdfSearchDirection) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moreimpl Copy for PdfSearchDirection
impl StructuralPartialEq for PdfSearchDirection
Auto Trait Implementations§
impl RefUnwindSafe for PdfSearchDirection
impl Send for PdfSearchDirection
impl Sync for PdfSearchDirection
impl Unpin for PdfSearchDirection
impl UnwindSafe for PdfSearchDirection
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