pub struct DescribeTableReplicaAutoScalingOutput {
pub table_auto_scaling_description: Option<TableAutoScalingDescription>,
}
Fields§
§table_auto_scaling_description: Option<TableAutoScalingDescription>
Represents the auto scaling properties of the table.
Trait Implementations§
Source§impl Clone for DescribeTableReplicaAutoScalingOutput
impl Clone for DescribeTableReplicaAutoScalingOutput
Source§fn clone(&self) -> DescribeTableReplicaAutoScalingOutput
fn clone(&self) -> DescribeTableReplicaAutoScalingOutput
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 DescribeTableReplicaAutoScalingOutput
impl Default for DescribeTableReplicaAutoScalingOutput
Source§fn default() -> DescribeTableReplicaAutoScalingOutput
fn default() -> DescribeTableReplicaAutoScalingOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeTableReplicaAutoScalingOutput
impl<'de> Deserialize<'de> for DescribeTableReplicaAutoScalingOutput
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for DescribeTableReplicaAutoScalingOutput
impl PartialEq for DescribeTableReplicaAutoScalingOutput
Source§fn eq(&self, other: &DescribeTableReplicaAutoScalingOutput) -> bool
fn eq(&self, other: &DescribeTableReplicaAutoScalingOutput) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for DescribeTableReplicaAutoScalingOutput
Auto Trait Implementations§
impl Freeze for DescribeTableReplicaAutoScalingOutput
impl RefUnwindSafe for DescribeTableReplicaAutoScalingOutput
impl Send for DescribeTableReplicaAutoScalingOutput
impl Sync for DescribeTableReplicaAutoScalingOutput
impl Unpin for DescribeTableReplicaAutoScalingOutput
impl UnwindSafe for DescribeTableReplicaAutoScalingOutput
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