pub struct FetchResponseAbortedTransaction {
pub producer_id: Int64,
pub first_offset: Int64,
}Fields§
§producer_id: Int64The producer id associated with the aborted transaction.
first_offset: Int64The first offset in the aborted transaction.
Trait Implementations§
Source§impl<R> ReadVersionedType<R> for FetchResponseAbortedTransactionwhere
R: Read,
impl<R> ReadVersionedType<R> for FetchResponseAbortedTransactionwhere
R: Read,
fn read_versioned( reader: &mut R, version: ApiVersion, ) -> Result<Self, ReadVersionedError>
Auto Trait Implementations§
impl Freeze for FetchResponseAbortedTransaction
impl RefUnwindSafe for FetchResponseAbortedTransaction
impl Send for FetchResponseAbortedTransaction
impl Sync for FetchResponseAbortedTransaction
impl Unpin for FetchResponseAbortedTransaction
impl UnwindSafe for FetchResponseAbortedTransaction
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