pub struct DescribeClusterBroker {
pub host: StrBytes,
pub port: i32,
pub rack: Option<StrBytes>,
pub unknown_tagged_fields: BTreeMap<i32, Vec<u8>>,
}
Expand description
Valid versions: 0
Fields§
§host: StrBytes
The broker hostname.
Supported API versions: 0
port: i32
The broker port.
Supported API versions: 0
rack: Option<StrBytes>
The rack of the broker, or null if it has not been assigned to a rack.
Supported API versions: 0
unknown_tagged_fields: BTreeMap<i32, Vec<u8>>
Other tagged fields
Trait Implementations§
source§impl Clone for DescribeClusterBroker
impl Clone for DescribeClusterBroker
source§fn clone(&self) -> DescribeClusterBroker
fn clone(&self) -> DescribeClusterBroker
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 Debug for DescribeClusterBroker
impl Debug for DescribeClusterBroker
source§impl Default for DescribeClusterBroker
impl Default for DescribeClusterBroker
source§impl Message for DescribeClusterBroker
impl Message for DescribeClusterBroker
source§const VERSIONS: VersionRange = _
const VERSIONS: VersionRange = _
The valid versions for this message.