pub struct AddOffsetsToTxnRequestV3 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub transactional_id: String,
pub producer_id: i64,
pub producer_epoch: i16,
pub group_id: String,
}Expand description
AddOffsetsToTxn v3, the flexible form used by current Kafka brokers.
Fields§
§correlation_id: i32§client_id: Option<String>§transactional_id: String§producer_id: i64§producer_epoch: i16§group_id: StringImplementations§
Trait Implementations§
Source§impl Clone for AddOffsetsToTxnRequestV3
impl Clone for AddOffsetsToTxnRequestV3
Source§fn clone(&self) -> AddOffsetsToTxnRequestV3
fn clone(&self) -> AddOffsetsToTxnRequestV3
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 AddOffsetsToTxnRequestV3
impl Debug for AddOffsetsToTxnRequestV3
impl Eq for AddOffsetsToTxnRequestV3
Source§impl PartialEq for AddOffsetsToTxnRequestV3
impl PartialEq for AddOffsetsToTxnRequestV3
impl StructuralPartialEq for AddOffsetsToTxnRequestV3
Auto Trait Implementations§
impl Freeze for AddOffsetsToTxnRequestV3
impl RefUnwindSafe for AddOffsetsToTxnRequestV3
impl Send for AddOffsetsToTxnRequestV3
impl Sync for AddOffsetsToTxnRequestV3
impl Unpin for AddOffsetsToTxnRequestV3
impl UnsafeUnpin for AddOffsetsToTxnRequestV3
impl UnwindSafe for AddOffsetsToTxnRequestV3
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