pub struct KinesisStreamingDestinationInput {
pub stream_arn: String,
pub table_name: String,
}
Fields§
§stream_arn: String
The ARN for a Kinesis data stream.
table_name: String
The name of the DynamoDB table.
Trait Implementations§
Source§impl Clone for KinesisStreamingDestinationInput
impl Clone for KinesisStreamingDestinationInput
Source§fn clone(&self) -> KinesisStreamingDestinationInput
fn clone(&self) -> KinesisStreamingDestinationInput
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 Default for KinesisStreamingDestinationInput
impl Default for KinesisStreamingDestinationInput
Source§fn default() -> KinesisStreamingDestinationInput
fn default() -> KinesisStreamingDestinationInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for KinesisStreamingDestinationInput
impl PartialEq for KinesisStreamingDestinationInput
Source§fn eq(&self, other: &KinesisStreamingDestinationInput) -> bool
fn eq(&self, other: &KinesisStreamingDestinationInput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for KinesisStreamingDestinationInput
Auto Trait Implementations§
impl Freeze for KinesisStreamingDestinationInput
impl RefUnwindSafe for KinesisStreamingDestinationInput
impl Send for KinesisStreamingDestinationInput
impl Sync for KinesisStreamingDestinationInput
impl Unpin for KinesisStreamingDestinationInput
impl UnwindSafe for KinesisStreamingDestinationInput
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