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