#[non_exhaustive]pub struct DescribeClusterBroker {
pub host: StrBytes,
pub port: i32,
pub rack: Option<StrBytes>,
pub unknown_tagged_fields: BTreeMap<i32, Bytes>,
}
Expand description
Valid versions: 0-1
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.host: StrBytes
The broker hostname.
Supported API versions: 0-1
port: i32
The broker port.
Supported API versions: 0-1
rack: Option<StrBytes>
The rack of the broker, or null if it has not been assigned to a rack.
Supported API versions: 0-1
unknown_tagged_fields: BTreeMap<i32, Bytes>
Other tagged fields
Trait Implementations§
source§impl Builder for DescribeClusterBroker
impl Builder for DescribeClusterBroker
§type Builder = DescribeClusterBrokerBuilder
type Builder = DescribeClusterBrokerBuilder
The
derive_builder::Builder
type for this protocol item.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.
source§const DEPRECATED_VERSIONS: Option<VersionRange> = None
const DEPRECATED_VERSIONS: Option<VersionRange> = None
The deprecated versions for this message.
source§impl PartialEq for DescribeClusterBroker
impl PartialEq for DescribeClusterBroker
source§fn eq(&self, other: &DescribeClusterBroker) -> bool
fn eq(&self, other: &DescribeClusterBroker) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DescribeClusterBroker
Auto Trait Implementations§
impl !Freeze for DescribeClusterBroker
impl RefUnwindSafe for DescribeClusterBroker
impl Send for DescribeClusterBroker
impl Sync for DescribeClusterBroker
impl Unpin for DescribeClusterBroker
impl UnwindSafe for DescribeClusterBroker
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)