pub struct OpQueueAgeHist {
pub upper_bound: i32,
pub histogram: Vec<i32>,
}Fields§
§upper_bound: i32§histogram: Vec<i32>Trait Implementations§
Source§impl Clone for OpQueueAgeHist
impl Clone for OpQueueAgeHist
Source§fn clone(&self) -> OpQueueAgeHist
fn clone(&self) -> OpQueueAgeHist
Returns a duplicate 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 OpQueueAgeHist
impl Debug for OpQueueAgeHist
Source§impl<'de> Deserialize<'de> for OpQueueAgeHist
impl<'de> Deserialize<'de> for OpQueueAgeHist
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OpQueueAgeHist
impl PartialEq for OpQueueAgeHist
impl StructuralPartialEq for OpQueueAgeHist
Auto Trait Implementations§
impl Freeze for OpQueueAgeHist
impl RefUnwindSafe for OpQueueAgeHist
impl Send for OpQueueAgeHist
impl Sync for OpQueueAgeHist
impl Unpin for OpQueueAgeHist
impl UnwindSafe for OpQueueAgeHist
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