pub struct FetchPartitionResponseV2 {
pub partition_index: i32,
pub error_code: i16,
pub high_watermark: i64,
pub records: Vec<MessageSetRecord>,
}Fields§
§partition_index: i32§error_code: i16§high_watermark: i64§records: Vec<MessageSetRecord>Trait Implementations§
Source§impl Clone for FetchPartitionResponseV2
impl Clone for FetchPartitionResponseV2
Source§fn clone(&self) -> FetchPartitionResponseV2
fn clone(&self) -> FetchPartitionResponseV2
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 FetchPartitionResponseV2
impl Debug for FetchPartitionResponseV2
impl Eq for FetchPartitionResponseV2
Source§impl PartialEq for FetchPartitionResponseV2
impl PartialEq for FetchPartitionResponseV2
impl StructuralPartialEq for FetchPartitionResponseV2
Auto Trait Implementations§
impl Freeze for FetchPartitionResponseV2
impl RefUnwindSafe for FetchPartitionResponseV2
impl Send for FetchPartitionResponseV2
impl Sync for FetchPartitionResponseV2
impl Unpin for FetchPartitionResponseV2
impl UnsafeUnpin for FetchPartitionResponseV2
impl UnwindSafe for FetchPartitionResponseV2
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