pub enum PagerControl {
Continue,
Cancel,
}Expand description
Caller decision independent from provider pagination state.
Variants§
Continue
Continue traversal within the strategy’s hard budgets.
Cancel
Cancel before another response is accepted.
Trait Implementations§
Source§impl Clone for PagerControl
impl Clone for PagerControl
Source§fn clone(&self) -> PagerControl
fn clone(&self) -> PagerControl
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 moreimpl Copy for PagerControl
Source§impl Debug for PagerControl
impl Debug for PagerControl
impl Eq for PagerControl
Source§impl PartialEq for PagerControl
impl PartialEq for PagerControl
impl StructuralPartialEq for PagerControl
Auto Trait Implementations§
impl Freeze for PagerControl
impl RefUnwindSafe for PagerControl
impl Send for PagerControl
impl Sync for PagerControl
impl Unpin for PagerControl
impl UnsafeUnpin for PagerControl
impl UnwindSafe for PagerControl
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