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