Struct kafka_protocol::messages::add_partitions_to_txn_response::AddPartitionsToTxnPartitionResult
source · pub struct AddPartitionsToTxnPartitionResult {
pub error_code: i16,
pub unknown_tagged_fields: BTreeMap<i32, Vec<u8>>,
}
Expand description
Valid versions: 0-3
Fields§
§error_code: i16
The response error code.
Supported API versions: 0-3
unknown_tagged_fields: BTreeMap<i32, Vec<u8>>
Other tagged fields
Trait Implementations§
source§impl Clone for AddPartitionsToTxnPartitionResult
impl Clone for AddPartitionsToTxnPartitionResult
source§fn clone(&self) -> AddPartitionsToTxnPartitionResult
fn clone(&self) -> AddPartitionsToTxnPartitionResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Message for AddPartitionsToTxnPartitionResult
impl Message for AddPartitionsToTxnPartitionResult
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.