pub struct ShareAcknowledgementBatchV1 {
pub first_offset: i64,
pub last_offset: i64,
pub acknowledgement_types: Vec<i8>,
}Expand description
One batch of records acknowledged by a share consumer.
Fields§
§first_offset: i64§last_offset: i64§acknowledgement_types: Vec<i8>Kafka acknowledgement types: 0 gap, 1 accept, 2 release, 3 reject.
Trait Implementations§
Source§fn clone(&self) -> ShareAcknowledgementBatchV1
fn clone(&self) -> ShareAcknowledgementBatchV1
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 moreAuto Trait Implementations§
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