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