pub struct AlterStmt {
pub table: Option<Spanned<String>>,
}Expand description
ALTER TABLE.
Fields§
§table: Option<Spanned<String>>The table being altered.
Trait Implementations§
impl StructuralPartialEq for AlterStmt
Auto Trait Implementations§
impl Freeze for AlterStmt
impl RefUnwindSafe for AlterStmt
impl Send for AlterStmt
impl Sync for AlterStmt
impl Unpin for AlterStmt
impl UnsafeUnpin for AlterStmt
impl UnwindSafe for AlterStmt
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