pub struct HistoryBucket {
pub at_ms: i64,
pub arrived: i64,
pub completed: i64,
}Fields§
§at_ms: i64§arrived: i64§completed: i64Trait Implementations§
Source§impl Clone for HistoryBucket
impl Clone for HistoryBucket
Source§fn clone(&self) -> HistoryBucket
fn clone(&self) -> HistoryBucket
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HistoryBucket
impl RefUnwindSafe for HistoryBucket
impl Send for HistoryBucket
impl Sync for HistoryBucket
impl Unpin for HistoryBucket
impl UnsafeUnpin for HistoryBucket
impl UnwindSafe for HistoryBucket
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