pub struct DeleteTableOutput {
pub table_description: Option<TableDescription>,
}Expand description
Output for the DeleteTable operation.
Fields§
§table_description: Option<TableDescription>The properties of the table that was deleted.
Trait Implementations§
Source§impl Clone for DeleteTableOutput
impl Clone for DeleteTableOutput
Source§fn clone(&self) -> DeleteTableOutput
fn clone(&self) -> DeleteTableOutput
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 DeleteTableOutput
impl Debug for DeleteTableOutput
Source§impl Default for DeleteTableOutput
impl Default for DeleteTableOutput
Source§fn default() -> DeleteTableOutput
fn default() -> DeleteTableOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteTableOutput
impl<'de> Deserialize<'de> for DeleteTableOutput
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
Auto Trait Implementations§
impl Freeze for DeleteTableOutput
impl RefUnwindSafe for DeleteTableOutput
impl Send for DeleteTableOutput
impl Sync for DeleteTableOutput
impl Unpin for DeleteTableOutput
impl UnsafeUnpin for DeleteTableOutput
impl UnwindSafe for DeleteTableOutput
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