pub struct FetchPartitionResponseV12 {
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<AbortedTransactionV12>,
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<AbortedTransactionV12>§preferred_read_replica: i32§records: Vec<MessageSetRecord>Trait Implementations§
Source§impl Clone for FetchPartitionResponseV12
impl Clone for FetchPartitionResponseV12
Source§fn clone(&self) -> FetchPartitionResponseV12
fn clone(&self) -> FetchPartitionResponseV12
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 FetchPartitionResponseV12
impl Debug for FetchPartitionResponseV12
impl Eq for FetchPartitionResponseV12
impl StructuralPartialEq for FetchPartitionResponseV12
Auto Trait Implementations§
impl Freeze for FetchPartitionResponseV12
impl RefUnwindSafe for FetchPartitionResponseV12
impl Send for FetchPartitionResponseV12
impl Sync for FetchPartitionResponseV12
impl Unpin for FetchPartitionResponseV12
impl UnsafeUnpin for FetchPartitionResponseV12
impl UnwindSafe for FetchPartitionResponseV12
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