pub struct AbortedTransactionV12 {
pub producer_id: i64,
pub first_offset: i64,
}Fields§
§producer_id: i64§first_offset: i64Trait Implementations§
Source§impl Clone for AbortedTransactionV12
impl Clone for AbortedTransactionV12
Source§fn clone(&self) -> AbortedTransactionV12
fn clone(&self) -> AbortedTransactionV12
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 AbortedTransactionV12
impl Debug for AbortedTransactionV12
impl Eq for AbortedTransactionV12
Source§impl PartialEq for AbortedTransactionV12
impl PartialEq for AbortedTransactionV12
impl StructuralPartialEq for AbortedTransactionV12
Auto Trait Implementations§
impl Freeze for AbortedTransactionV12
impl RefUnwindSafe for AbortedTransactionV12
impl Send for AbortedTransactionV12
impl Sync for AbortedTransactionV12
impl Unpin for AbortedTransactionV12
impl UnsafeUnpin for AbortedTransactionV12
impl UnwindSafe for AbortedTransactionV12
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