Struct solana_bucket_map::bucket_stats::BucketMapStats
source · pub struct BucketMapStats {
pub index: Arc<BucketStats>,
pub data: Arc<BucketStats>,
}
Fields§
§index: Arc<BucketStats>
§data: Arc<BucketStats>
Trait Implementations§
source§impl Debug for BucketMapStats
impl Debug for BucketMapStats
source§impl Default for BucketMapStats
impl Default for BucketMapStats
source§fn default() -> BucketMapStats
fn default() -> BucketMapStats
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for BucketMapStats
impl Send for BucketMapStats
impl Sync for BucketMapStats
impl Unpin for BucketMapStats
impl UnwindSafe for BucketMapStats
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