pub struct DescribeTableInput {
pub table_name: String,
}
Expand description
Represents the input of a DescribeTable
operation.
Fields§
§table_name: String
The name of the table to describe.
Trait Implementations§
Source§impl Clone for DescribeTableInput
impl Clone for DescribeTableInput
Source§fn clone(&self) -> DescribeTableInput
fn clone(&self) -> DescribeTableInput
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 Debug for DescribeTableInput
impl Debug for DescribeTableInput
Source§impl Default for DescribeTableInput
impl Default for DescribeTableInput
Source§fn default() -> DescribeTableInput
fn default() -> DescribeTableInput
Returns the “default value” for a type. Read more
Source§impl PartialEq for DescribeTableInput
impl PartialEq for DescribeTableInput
Source§impl Serialize for DescribeTableInput
impl Serialize for DescribeTableInput
impl StructuralPartialEq for DescribeTableInput
Auto Trait Implementations§
impl Freeze for DescribeTableInput
impl RefUnwindSafe for DescribeTableInput
impl Send for DescribeTableInput
impl Sync for DescribeTableInput
impl Unpin for DescribeTableInput
impl UnwindSafe for DescribeTableInput
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