Struct aws_sdk_kafka::model::KafkaVersion
source · #[non_exhaustive]pub struct KafkaVersion { /* private fields */ }
Implementations§
source§impl KafkaVersion
impl KafkaVersion
source§impl KafkaVersion
impl KafkaVersion
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture KafkaVersion
.
Trait Implementations§
source§impl Clone for KafkaVersion
impl Clone for KafkaVersion
source§fn clone(&self) -> KafkaVersion
fn clone(&self) -> KafkaVersion
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 KafkaVersion
impl Debug for KafkaVersion
source§impl PartialEq<KafkaVersion> for KafkaVersion
impl PartialEq<KafkaVersion> for KafkaVersion
source§fn eq(&self, other: &KafkaVersion) -> bool
fn eq(&self, other: &KafkaVersion) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.