pub struct MapCounts {
pub returned: i64,
pub total: i64,
}Expand description
returned / total counts on a MapResult.
Fields§
§returned: i64URLs returned in this response.
total: i64Total URLs discovered.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MapCounts
impl RefUnwindSafe for MapCounts
impl Send for MapCounts
impl Sync for MapCounts
impl Unpin for MapCounts
impl UnsafeUnpin for MapCounts
impl UnwindSafe for MapCounts
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