pub struct ProducePartitionResponseV9 {
pub partition_index: i32,
pub error_code: i16,
pub base_offset: i64,
pub log_append_time_ms: i64,
pub log_start_offset: i64,
pub record_errors: Vec<ProduceRecordErrorV9>,
pub error_message: Option<String>,
}Fields§
§partition_index: i32§error_code: i16§base_offset: i64§log_append_time_ms: i64§log_start_offset: i64§record_errors: Vec<ProduceRecordErrorV9>§error_message: Option<String>Trait Implementations§
Source§impl Clone for ProducePartitionResponseV9
impl Clone for ProducePartitionResponseV9
Source§fn clone(&self) -> ProducePartitionResponseV9
fn clone(&self) -> ProducePartitionResponseV9
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 ProducePartitionResponseV9
impl Debug for ProducePartitionResponseV9
impl Eq for ProducePartitionResponseV9
impl StructuralPartialEq for ProducePartitionResponseV9
Auto Trait Implementations§
impl Freeze for ProducePartitionResponseV9
impl RefUnwindSafe for ProducePartitionResponseV9
impl Send for ProducePartitionResponseV9
impl Sync for ProducePartitionResponseV9
impl Unpin for ProducePartitionResponseV9
impl UnsafeUnpin for ProducePartitionResponseV9
impl UnwindSafe for ProducePartitionResponseV9
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