pub struct ExponentialBucket { /* private fields */ }Expand description
A set of bucket counts, encoded in a contiguous array of counts.
Implementations§
Trait Implementations§
Source§impl Clone for ExponentialBucket
impl Clone for ExponentialBucket
Source§fn clone(&self) -> ExponentialBucket
fn clone(&self) -> ExponentialBucket
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ExponentialBucket
impl Debug for ExponentialBucket
Source§impl PartialEq for ExponentialBucket
impl PartialEq for ExponentialBucket
impl StructuralPartialEq for ExponentialBucket
Auto Trait Implementations§
impl Freeze for ExponentialBucket
impl RefUnwindSafe for ExponentialBucket
impl Send for ExponentialBucket
impl Sync for ExponentialBucket
impl Unpin for ExponentialBucket
impl UnwindSafe for ExponentialBucket
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