Struct page_hunter::PaginationError
source · pub struct PaginationError { /* private fields */ }Expand description
Error type used throughout the library for error handling.
Implementations§
source§impl PaginationError
impl PaginationError
sourcepub fn get_error_kind(&self) -> &ErrorKind
pub fn get_error_kind(&self) -> &ErrorKind
Get the ErrorKind.
Trait Implementations§
source§impl Clone for PaginationError
impl Clone for PaginationError
Implementation of Clone for PaginationError.
source§impl Debug for PaginationError
impl Debug for PaginationError
Implementation of Debug for PaginationError.
source§impl Display for PaginationError
impl Display for PaginationError
Implementation of Display for PaginationError.
source§impl From<ErrorKind> for PaginationError
impl From<ErrorKind> for PaginationError
Implementation of From<ErrorKind> for PaginationError.
Auto Trait Implementations§
impl Freeze for PaginationError
impl RefUnwindSafe for PaginationError
impl Send for PaginationError
impl Sync for PaginationError
impl Unpin for PaginationError
impl UnwindSafe for PaginationError
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