/*
* Copyright (c) Microsoft Corporation.
* Licensed under the MIT license.
*//// A snapshot of global [`Counters`](crate::counters::Counters).
#[derive(Debug, Clone)]#[non_exhaustive]pubstructCounterSnapshot{pubquery_distance:u64,
pubdistance:u64,
pubget_vector:u64,
pubset_vector:u64,
pubget_neighbors:u64,
pubset_neighbors:u64,
pubappend_neighbors:u64,
}