pub struct AlterTable {
pub name: ObjectName,
pub operation: AlterTableOperation,
}
Expand description
ALTER TABLE
Fields§
§name: ObjectName
Table name
operation: AlterTableOperation
Trait Implementations§
Source§impl Clone for AlterTable
impl Clone for AlterTable
Source§fn clone(&self) -> AlterTable
fn clone(&self) -> AlterTable
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 AlterTable
impl Debug for AlterTable
Source§impl Display for AlterTable
impl Display for AlterTable
Source§impl Hash for AlterTable
impl Hash for AlterTable
Source§impl PartialEq for AlterTable
impl PartialEq for AlterTable
impl Eq for AlterTable
impl StructuralPartialEq for AlterTable
Auto Trait Implementations§
impl Freeze for AlterTable
impl RefUnwindSafe for AlterTable
impl Send for AlterTable
impl Sync for AlterTable
impl Unpin for AlterTable
impl UnwindSafe for AlterTable
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