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