pub struct ColdHotBacklog {
pub stream_id: BucketStreamId,
pub stream_hot_bytes: u64,
pub group_hot_bytes: u64,
}Fields§
§stream_id: BucketStreamId§stream_hot_bytes: u64§group_hot_bytes: u64Trait Implementations§
Source§impl Clone for ColdHotBacklog
impl Clone for ColdHotBacklog
Source§fn clone(&self) -> ColdHotBacklog
fn clone(&self) -> ColdHotBacklog
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 moreSource§impl Debug for ColdHotBacklog
impl Debug for ColdHotBacklog
impl Eq for ColdHotBacklog
Source§impl PartialEq for ColdHotBacklog
impl PartialEq for ColdHotBacklog
Source§fn eq(&self, other: &ColdHotBacklog) -> bool
fn eq(&self, other: &ColdHotBacklog) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ColdHotBacklog
Auto Trait Implementations§
impl Freeze for ColdHotBacklog
impl RefUnwindSafe for ColdHotBacklog
impl Send for ColdHotBacklog
impl Sync for ColdHotBacklog
impl Unpin for ColdHotBacklog
impl UnsafeUnpin for ColdHotBacklog
impl UnwindSafe for ColdHotBacklog
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.