pub struct DbStats {
pub total_v4_ranges: usize,
pub total_v6_ranges: usize,
pub eu_v4_ranges: usize,
pub eu_v6_ranges: usize,
pub non_eu_v4_ranges: usize,
pub non_eu_v6_ranges: usize,
}Expand description
Summary counts for the database contents.
Fields§
§total_v4_ranges: usize§total_v6_ranges: usize§eu_v4_ranges: usize§eu_v6_ranges: usize§non_eu_v4_ranges: usize§non_eu_v6_ranges: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for DbStats
impl RefUnwindSafe for DbStats
impl Send for DbStats
impl Sync for DbStats
impl Unpin for DbStats
impl UnwindSafe for DbStats
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