Struct prometheus::proto::Bucket
source · pub struct Bucket { /* private fields */ }
Implementations§
source§impl Bucket
impl Bucket
pub fn new() -> Bucket
👎Deprecated since 0.5.1: Use default()
pub fn set_cumulative_count(&mut self, v: u64)
pub fn get_cumulative_count(&self) -> u64
pub fn set_upper_bound(&mut self, v: f64)
pub fn get_upper_bound(&self) -> f64
Trait Implementations§
source§impl PartialEq for Bucket
impl PartialEq for Bucket
impl StructuralPartialEq for Bucket
Auto Trait Implementations§
impl Freeze for Bucket
impl RefUnwindSafe for Bucket
impl Send for Bucket
impl Sync for Bucket
impl Unpin for Bucket
impl UnwindSafe for Bucket
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)