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