Struct kafka_api::fetch_response::AbortedTransaction  
source · pub struct AbortedTransaction {
    pub producer_id: i64,
    pub first_offset: i64,
    pub unknown_tagged_fields: Vec<RawTaggedField>,
}Fields§
§producer_id: i64The producer id associated with the aborted transaction.
first_offset: i64The first offset in the aborted transaction.
unknown_tagged_fields: Vec<RawTaggedField>Unknown tagged fields.
Trait Implementations§
source§impl Clone for AbortedTransaction
 
impl Clone for AbortedTransaction
source§fn clone(&self) -> AbortedTransaction
 
fn clone(&self) -> AbortedTransaction
Returns a copy of the value. Read more
1.0.0 · 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 AbortedTransaction
 
impl Debug for AbortedTransaction
source§impl Default for AbortedTransaction
 
impl Default for AbortedTransaction
source§fn default() -> AbortedTransaction
 
fn default() -> AbortedTransaction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for AbortedTransaction
impl Send for AbortedTransaction
impl Sync for AbortedTransaction
impl Unpin for AbortedTransaction
impl UnwindSafe for AbortedTransaction
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