pub struct RecordBatchIdentity {
pub producer_id: i64,
pub producer_epoch: i16,
pub base_sequence: i32,
}Fields§
§producer_id: i64§producer_epoch: i16§base_sequence: i32Implementations§
Source§impl RecordBatchIdentity
impl RecordBatchIdentity
pub const NON_IDEMPOTENT: Self
Trait Implementations§
Source§impl Clone for RecordBatchIdentity
impl Clone for RecordBatchIdentity
Source§fn clone(&self) -> RecordBatchIdentity
fn clone(&self) -> RecordBatchIdentity
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 moreimpl Copy for RecordBatchIdentity
Source§impl Debug for RecordBatchIdentity
impl Debug for RecordBatchIdentity
impl Eq for RecordBatchIdentity
Source§impl PartialEq for RecordBatchIdentity
impl PartialEq for RecordBatchIdentity
impl StructuralPartialEq for RecordBatchIdentity
Auto Trait Implementations§
impl Freeze for RecordBatchIdentity
impl RefUnwindSafe for RecordBatchIdentity
impl Send for RecordBatchIdentity
impl Sync for RecordBatchIdentity
impl Unpin for RecordBatchIdentity
impl UnsafeUnpin for RecordBatchIdentity
impl UnwindSafe for RecordBatchIdentity
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