pub struct UpdateTableOutput {
pub table_description: Option<TableDescription>,
}
Expand description
Represents the output of an UpdateTable
operation.
Fields§
§table_description: Option<TableDescription>
Represents the properties of the table.
Trait Implementations§
Source§impl Clone for UpdateTableOutput
impl Clone for UpdateTableOutput
Source§fn clone(&self) -> UpdateTableOutput
fn clone(&self) -> UpdateTableOutput
Returns a copy 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 UpdateTableOutput
impl Debug for UpdateTableOutput
Source§impl Default for UpdateTableOutput
impl Default for UpdateTableOutput
Source§fn default() -> UpdateTableOutput
fn default() -> UpdateTableOutput
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UpdateTableOutput
impl<'de> Deserialize<'de> for UpdateTableOutput
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 UpdateTableOutput
impl PartialEq for UpdateTableOutput
impl StructuralPartialEq for UpdateTableOutput
Auto Trait Implementations§
impl Freeze for UpdateTableOutput
impl RefUnwindSafe for UpdateTableOutput
impl Send for UpdateTableOutput
impl Sync for UpdateTableOutput
impl Unpin for UpdateTableOutput
impl UnwindSafe for UpdateTableOutput
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