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