Struct aws_sdk_iot::types::KafkaAction
source · #[non_exhaustive]pub struct KafkaAction { /* private fields */ }
Expand description
Send messages to an Amazon Managed Streaming for Apache Kafka (Amazon MSK) or self-managed Apache Kafka cluster.
Implementations§
source§impl KafkaAction
impl KafkaAction
source§impl KafkaAction
impl KafkaAction
sourcepub fn builder() -> KafkaActionBuilder
pub fn builder() -> KafkaActionBuilder
Creates a new builder-style object to manufacture KafkaAction
.
Trait Implementations§
source§impl Clone for KafkaAction
impl Clone for KafkaAction
source§fn clone(&self) -> KafkaAction
fn clone(&self) -> KafkaAction
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 KafkaAction
impl Debug for KafkaAction
source§impl PartialEq<KafkaAction> for KafkaAction
impl PartialEq<KafkaAction> for KafkaAction
source§fn eq(&self, other: &KafkaAction) -> bool
fn eq(&self, other: &KafkaAction) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for KafkaAction
Auto Trait Implementations§
impl RefUnwindSafe for KafkaAction
impl Send for KafkaAction
impl Sync for KafkaAction
impl Unpin for KafkaAction
impl UnwindSafe for KafkaAction
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