pub struct TxnOffsetCommitPartitionV3 {
pub partition_index: i32,
pub committed_offset: i64,
pub committed_leader_epoch: i32,
pub committed_metadata: Option<String>,
}Fields§
§partition_index: i32§committed_offset: i64§committed_leader_epoch: i32§committed_metadata: Option<String>Trait Implementations§
Source§impl Clone for TxnOffsetCommitPartitionV3
impl Clone for TxnOffsetCommitPartitionV3
Source§fn clone(&self) -> TxnOffsetCommitPartitionV3
fn clone(&self) -> TxnOffsetCommitPartitionV3
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 TxnOffsetCommitPartitionV3
impl Debug for TxnOffsetCommitPartitionV3
impl Eq for TxnOffsetCommitPartitionV3
impl StructuralPartialEq for TxnOffsetCommitPartitionV3
Auto Trait Implementations§
impl Freeze for TxnOffsetCommitPartitionV3
impl RefUnwindSafe for TxnOffsetCommitPartitionV3
impl Send for TxnOffsetCommitPartitionV3
impl Sync for TxnOffsetCommitPartitionV3
impl Unpin for TxnOffsetCommitPartitionV3
impl UnsafeUnpin for TxnOffsetCommitPartitionV3
impl UnwindSafe for TxnOffsetCommitPartitionV3
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