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