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
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 Eq for ColdHotBacklog
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