pub struct CompactColdResponse {
pub placement: ShardPlacement,
pub compacted_chunks: u64,
pub compacted_bytes: u64,
pub group_commit_index: u64,
}Fields§
§placement: ShardPlacement§compacted_chunks: u64§compacted_bytes: u64§group_commit_index: u64Trait Implementations§
Source§impl Clone for CompactColdResponse
impl Clone for CompactColdResponse
Source§fn clone(&self) -> CompactColdResponse
fn clone(&self) -> CompactColdResponse
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 CompactColdResponse
impl Debug for CompactColdResponse
Source§impl<'de> Deserialize<'de> for CompactColdResponse
impl<'de> Deserialize<'de> for CompactColdResponse
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
impl Eq for CompactColdResponse
Source§impl PartialEq for CompactColdResponse
impl PartialEq for CompactColdResponse
Source§impl Serialize for CompactColdResponse
impl Serialize for CompactColdResponse
impl StructuralPartialEq for CompactColdResponse
Auto Trait Implementations§
impl Freeze for CompactColdResponse
impl RefUnwindSafe for CompactColdResponse
impl Send for CompactColdResponse
impl Sync for CompactColdResponse
impl Unpin for CompactColdResponse
impl UnsafeUnpin for CompactColdResponse
impl UnwindSafe for CompactColdResponse
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