pub struct PaginationErrorDetails {
pub field: &'static str,
}Expand description
Structured pagination error details.
Fields§
§field: &'static strThe field that caused the error.
Trait Implementations§
Source§impl Clone for PaginationErrorDetails
impl Clone for PaginationErrorDetails
Source§fn clone(&self) -> PaginationErrorDetails
fn clone(&self) -> PaginationErrorDetails
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 PaginationErrorDetails
impl Debug for PaginationErrorDetails
Auto Trait Implementations§
impl Freeze for PaginationErrorDetails
impl RefUnwindSafe for PaginationErrorDetails
impl Send for PaginationErrorDetails
impl Sync for PaginationErrorDetails
impl Unpin for PaginationErrorDetails
impl UnsafeUnpin for PaginationErrorDetails
impl UnwindSafe for PaginationErrorDetails
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