Struct sqlmo::AlterTable
source · pub struct AlterTable {
pub schema: Option<String>,
pub name: String,
pub actions: Vec<AlterAction>,
}Fields§
§schema: Option<String>§name: String§actions: Vec<AlterAction>Trait Implementations§
source§impl Debug for AlterTable
impl Debug for AlterTable
Auto Trait Implementations§
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