pub struct AddOffsetsToTxnRequestV0 {
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,
}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 AddOffsetsToTxnRequestV0
impl Clone for AddOffsetsToTxnRequestV0
Source§fn clone(&self) -> AddOffsetsToTxnRequestV0
fn clone(&self) -> AddOffsetsToTxnRequestV0
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 AddOffsetsToTxnRequestV0
impl Debug for AddOffsetsToTxnRequestV0
impl Eq for AddOffsetsToTxnRequestV0
Source§impl PartialEq for AddOffsetsToTxnRequestV0
impl PartialEq for AddOffsetsToTxnRequestV0
impl StructuralPartialEq for AddOffsetsToTxnRequestV0
Auto Trait Implementations§
impl Freeze for AddOffsetsToTxnRequestV0
impl RefUnwindSafe for AddOffsetsToTxnRequestV0
impl Send for AddOffsetsToTxnRequestV0
impl Sync for AddOffsetsToTxnRequestV0
impl Unpin for AddOffsetsToTxnRequestV0
impl UnsafeUnpin for AddOffsetsToTxnRequestV0
impl UnwindSafe for AddOffsetsToTxnRequestV0
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