pub struct UpdateTableResponse {
pub table_description: TableDescription,
}Fields§
§table_description: TableDescriptionTrait Implementations§
Source§impl Debug for UpdateTableResponse
impl Debug for UpdateTableResponse
Source§impl Default for UpdateTableResponse
impl Default for UpdateTableResponse
Source§fn default() -> UpdateTableResponse
fn default() -> UpdateTableResponse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for UpdateTableResponse
impl RefUnwindSafe for UpdateTableResponse
impl Send for UpdateTableResponse
impl Sync for UpdateTableResponse
impl Unpin for UpdateTableResponse
impl UnsafeUnpin for UpdateTableResponse
impl UnwindSafe for UpdateTableResponse
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