pub struct AddPartitionsToTxnRequestV0 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub transactional_id: String,
pub producer_id: i64,
pub producer_epoch: i16,
pub topics: Vec<AddPartitionsToTxnTopic>,
}Fields§
§correlation_id: i32§client_id: Option<String>§transactional_id: String§producer_id: i64§producer_epoch: i16§topics: Vec<AddPartitionsToTxnTopic>Implementations§
Trait Implementations§
Source§impl Clone for AddPartitionsToTxnRequestV0
impl Clone for AddPartitionsToTxnRequestV0
Source§fn clone(&self) -> AddPartitionsToTxnRequestV0
fn clone(&self) -> AddPartitionsToTxnRequestV0
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 AddPartitionsToTxnRequestV0
impl Debug for AddPartitionsToTxnRequestV0
impl Eq for AddPartitionsToTxnRequestV0
impl StructuralPartialEq for AddPartitionsToTxnRequestV0
Auto Trait Implementations§
impl Freeze for AddPartitionsToTxnRequestV0
impl RefUnwindSafe for AddPartitionsToTxnRequestV0
impl Send for AddPartitionsToTxnRequestV0
impl Sync for AddPartitionsToTxnRequestV0
impl Unpin for AddPartitionsToTxnRequestV0
impl UnsafeUnpin for AddPartitionsToTxnRequestV0
impl UnwindSafe for AddPartitionsToTxnRequestV0
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