pub struct AlterTableDropColumnsResponse {
pub version: i64,
}
Fields§
§version: i64
Version of the table after dropping columns
Implementations§
Source§impl AlterTableDropColumnsResponse
impl AlterTableDropColumnsResponse
pub fn new(version: i64) -> AlterTableDropColumnsResponse
Trait Implementations§
Source§impl Clone for AlterTableDropColumnsResponse
impl Clone for AlterTableDropColumnsResponse
Source§fn clone(&self) -> AlterTableDropColumnsResponse
fn clone(&self) -> AlterTableDropColumnsResponse
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 Default for AlterTableDropColumnsResponse
impl Default for AlterTableDropColumnsResponse
Source§fn default() -> AlterTableDropColumnsResponse
fn default() -> AlterTableDropColumnsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AlterTableDropColumnsResponse
impl<'de> Deserialize<'de> for AlterTableDropColumnsResponse
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 AlterTableDropColumnsResponse
impl PartialEq for AlterTableDropColumnsResponse
Source§fn eq(&self, other: &AlterTableDropColumnsResponse) -> bool
fn eq(&self, other: &AlterTableDropColumnsResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for AlterTableDropColumnsResponse
Auto Trait Implementations§
impl Freeze for AlterTableDropColumnsResponse
impl RefUnwindSafe for AlterTableDropColumnsResponse
impl Send for AlterTableDropColumnsResponse
impl Sync for AlterTableDropColumnsResponse
impl Unpin for AlterTableDropColumnsResponse
impl UnwindSafe for AlterTableDropColumnsResponse
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