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