pub struct WriteShareGroupStatePartitionV0 {
pub partition: i32,
pub state_epoch: i32,
pub leader_epoch: i32,
pub start_offset: i64,
pub state_batches: Vec<ShareGroupStateBatch>,
}Expand description
One partition in a WriteShareGroupState v0 request.
Fields§
§partition: i32§state_epoch: i32§leader_epoch: i32§start_offset: i64§state_batches: Vec<ShareGroupStateBatch>Trait Implementations§
Source§fn clone(&self) -> WriteShareGroupStatePartitionV0
fn clone(&self) -> WriteShareGroupStatePartitionV0
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