pub struct DescribeProducersActiveProducerV0 {
pub producer_id: i64,
pub producer_epoch: i32,
pub last_sequence: i32,
pub last_timestamp: i64,
pub coordinator_epoch: i32,
pub current_txn_start_offset: i64,
}Fields§
§producer_id: i64§producer_epoch: i32§last_sequence: i32§last_timestamp: i64§coordinator_epoch: i32§current_txn_start_offset: i64Trait Implementations§
Source§impl Clone for DescribeProducersActiveProducerV0
impl Clone for DescribeProducersActiveProducerV0
Source§fn clone(&self) -> DescribeProducersActiveProducerV0
fn clone(&self) -> DescribeProducersActiveProducerV0
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 Eq for DescribeProducersActiveProducerV0
impl StructuralPartialEq for DescribeProducersActiveProducerV0
Auto Trait Implementations§
impl Freeze for DescribeProducersActiveProducerV0
impl RefUnwindSafe for DescribeProducersActiveProducerV0
impl Send for DescribeProducersActiveProducerV0
impl Sync for DescribeProducersActiveProducerV0
impl Unpin for DescribeProducersActiveProducerV0
impl UnsafeUnpin for DescribeProducersActiveProducerV0
impl UnwindSafe for DescribeProducersActiveProducerV0
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