pub struct DescribeGlobalTableOutput {
pub global_table_description: Option<GlobalTableDescription>,
}
Fields§
§global_table_description: Option<GlobalTableDescription>
Contains the details of the global table.
Trait Implementations§
Source§impl Clone for DescribeGlobalTableOutput
impl Clone for DescribeGlobalTableOutput
Source§fn clone(&self) -> DescribeGlobalTableOutput
fn clone(&self) -> DescribeGlobalTableOutput
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 DescribeGlobalTableOutput
impl Debug for DescribeGlobalTableOutput
Source§impl Default for DescribeGlobalTableOutput
impl Default for DescribeGlobalTableOutput
Source§fn default() -> DescribeGlobalTableOutput
fn default() -> DescribeGlobalTableOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DescribeGlobalTableOutput
impl<'de> Deserialize<'de> for DescribeGlobalTableOutput
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
impl StructuralPartialEq for DescribeGlobalTableOutput
Auto Trait Implementations§
impl Freeze for DescribeGlobalTableOutput
impl RefUnwindSafe for DescribeGlobalTableOutput
impl Send for DescribeGlobalTableOutput
impl Sync for DescribeGlobalTableOutput
impl Unpin for DescribeGlobalTableOutput
impl UnwindSafe for DescribeGlobalTableOutput
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