pub struct DescribeTransactionsStateV0 {
pub error_code: i16,
pub transactional_id: String,
pub transaction_state: String,
pub transaction_timeout_ms: i32,
pub transaction_start_time_ms: i64,
pub producer_id: i64,
pub producer_epoch: i16,
pub topics: Vec<DescribeTransactionsTopicV0>,
}Fields§
§error_code: i16§transactional_id: String§transaction_state: String§transaction_timeout_ms: i32§transaction_start_time_ms: i64§producer_id: i64§producer_epoch: i16§topics: Vec<DescribeTransactionsTopicV0>Trait Implementations§
Source§impl Clone for DescribeTransactionsStateV0
impl Clone for DescribeTransactionsStateV0
Source§fn clone(&self) -> DescribeTransactionsStateV0
fn clone(&self) -> DescribeTransactionsStateV0
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 DescribeTransactionsStateV0
impl Debug for DescribeTransactionsStateV0
impl Eq for DescribeTransactionsStateV0
impl StructuralPartialEq for DescribeTransactionsStateV0
Auto Trait Implementations§
impl Freeze for DescribeTransactionsStateV0
impl RefUnwindSafe for DescribeTransactionsStateV0
impl Send for DescribeTransactionsStateV0
impl Sync for DescribeTransactionsStateV0
impl Unpin for DescribeTransactionsStateV0
impl UnsafeUnpin for DescribeTransactionsStateV0
impl UnwindSafe for DescribeTransactionsStateV0
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