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