pub struct HasMore(/* private fields */);Expand description
Whether more results are available.
Implementations§
Trait Implementations§
Source§impl Ord for HasMore
impl Ord for HasMore
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for HasMore
impl PartialOrd for HasMore
impl Copy for HasMore
impl Eq for HasMore
impl StructuralPartialEq for HasMore
Auto Trait Implementations§
impl Freeze for HasMore
impl RefUnwindSafe for HasMore
impl Send for HasMore
impl Sync for HasMore
impl Unpin for HasMore
impl UnsafeUnpin for HasMore
impl UnwindSafe for HasMore
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