pub struct AbortedTransaction {
pub producer_id: i64,
pub first_offset: i64,
}
Fields§
§producer_id: i64
The producer id associated with the aborted transaction.
first_offset: i64
The first offset in the aborted transaction.
Trait Implementations§
Source§impl Debug for AbortedTransaction
impl Debug for AbortedTransaction
Source§impl Decoder for AbortedTransaction
impl Decoder for AbortedTransaction
Source§impl Default for AbortedTransaction
impl Default for AbortedTransaction
Source§impl<'de> Deserialize<'de> for AbortedTransaction
impl<'de> Deserialize<'de> for AbortedTransaction
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Encoder for AbortedTransaction
impl Encoder for AbortedTransaction
Auto Trait Implementations§
impl Freeze for AbortedTransaction
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