Struct rorm_sql::alter_table::AlterTableData
source · pub struct AlterTableData<'until_build, 'post_build> { /* private fields */ }Expand description
Representation of the data of an ALTER TABLE statement.
Trait Implementations§
Auto Trait Implementations§
impl<'until_build, 'post_build> RefUnwindSafe for AlterTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> Send for AlterTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> Sync for AlterTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> Unpin for AlterTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> !UnwindSafe for AlterTableData<'until_build, 'post_build>
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