Struct aws_sdk_kafka::types::ConfigurationInfo
source · #[non_exhaustive]pub struct ConfigurationInfo { /* private fields */ }
Expand description
Specifies the configuration to use for the brokers.
Implementations§
source§impl ConfigurationInfo
impl ConfigurationInfo
sourcepub fn builder() -> ConfigurationInfoBuilder
pub fn builder() -> ConfigurationInfoBuilder
Creates a new builder-style object to manufacture ConfigurationInfo
.
Trait Implementations§
source§impl Clone for ConfigurationInfo
impl Clone for ConfigurationInfo
source§fn clone(&self) -> ConfigurationInfo
fn clone(&self) -> ConfigurationInfo
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 ConfigurationInfo
impl Debug for ConfigurationInfo
source§impl PartialEq<ConfigurationInfo> for ConfigurationInfo
impl PartialEq<ConfigurationInfo> for ConfigurationInfo
source§fn eq(&self, other: &ConfigurationInfo) -> bool
fn eq(&self, other: &ConfigurationInfo) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ConfigurationInfo
Auto Trait Implementations§
impl RefUnwindSafe for ConfigurationInfo
impl Send for ConfigurationInfo
impl Sync for ConfigurationInfo
impl Unpin for ConfigurationInfo
impl UnwindSafe for ConfigurationInfo
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