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