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