pub struct FlushColdResponse {
pub placement: ShardPlacement,
pub hot_start_offset: u64,
pub group_commit_index: u64,
}Fields§
§placement: ShardPlacement§hot_start_offset: u64§group_commit_index: u64Trait Implementations§
Source§impl Clone for FlushColdResponse
impl Clone for FlushColdResponse
Source§fn clone(&self) -> FlushColdResponse
fn clone(&self) -> FlushColdResponse
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 FlushColdResponse
impl Debug for FlushColdResponse
Source§impl<'de> Deserialize<'de> for FlushColdResponse
impl<'de> Deserialize<'de> for FlushColdResponse
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 FlushColdResponse
impl PartialEq for FlushColdResponse
Source§fn eq(&self, other: &FlushColdResponse) -> bool
fn eq(&self, other: &FlushColdResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for FlushColdResponse
impl Serialize for FlushColdResponse
impl Eq for FlushColdResponse
impl StructuralPartialEq for FlushColdResponse
Auto Trait Implementations§
impl Freeze for FlushColdResponse
impl RefUnwindSafe for FlushColdResponse
impl Send for FlushColdResponse
impl Sync for FlushColdResponse
impl Unpin for FlushColdResponse
impl UnsafeUnpin for FlushColdResponse
impl UnwindSafe for FlushColdResponse
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