pub struct DescribeClusterOptions { /* private fields */ }Expand description
Options for Kafka’s dedicated DescribeCluster API.
Implementations§
Source§impl DescribeClusterOptions
impl DescribeClusterOptions
Requests the cluster authorized-operations bitfield.
Sourcepub fn endpoint_type(self, endpoint_type: DescribeClusterEndpointType) -> Self
pub fn endpoint_type(self, endpoint_type: DescribeClusterEndpointType) -> Self
Selects the endpoint set for DescribeCluster v1.
Returns whether cluster authorized operations were requested.
Sourcepub fn endpoint_type_ref(&self) -> Option<DescribeClusterEndpointType>
pub fn endpoint_type_ref(&self) -> Option<DescribeClusterEndpointType>
Returns the requested endpoint set, or None for the v0-compatible
default broker endpoint selection.
Trait Implementations§
Source§impl Clone for DescribeClusterOptions
impl Clone for DescribeClusterOptions
Source§fn clone(&self) -> DescribeClusterOptions
fn clone(&self) -> DescribeClusterOptions
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 Copy for DescribeClusterOptions
Source§impl Debug for DescribeClusterOptions
impl Debug for DescribeClusterOptions
Source§impl Default for DescribeClusterOptions
impl Default for DescribeClusterOptions
Source§fn default() -> DescribeClusterOptions
fn default() -> DescribeClusterOptions
Returns the “default value” for a type. Read more
impl Eq for DescribeClusterOptions
Source§impl PartialEq for DescribeClusterOptions
impl PartialEq for DescribeClusterOptions
impl StructuralPartialEq for DescribeClusterOptions
Auto Trait Implementations§
impl Freeze for DescribeClusterOptions
impl RefUnwindSafe for DescribeClusterOptions
impl Send for DescribeClusterOptions
impl Sync for DescribeClusterOptions
impl Unpin for DescribeClusterOptions
impl UnsafeUnpin for DescribeClusterOptions
impl UnwindSafe for DescribeClusterOptions
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