pub struct CreateColumnMySQLData<'until_build, 'post_build> { /* private fields */ }
Available on crate feature
mysql
only.Expand description
Representation of the data of the creation of a column for the mysql dialect
Trait Implementations§
Auto Trait Implementations§
impl<'until_build, 'post_build> Freeze for CreateColumnMySQLData<'until_build, 'post_build>
impl<'until_build, 'post_build> RefUnwindSafe for CreateColumnMySQLData<'until_build, 'post_build>
impl<'until_build, 'post_build> Send for CreateColumnMySQLData<'until_build, 'post_build>
impl<'until_build, 'post_build> Sync for CreateColumnMySQLData<'until_build, 'post_build>
impl<'until_build, 'post_build> Unpin for CreateColumnMySQLData<'until_build, 'post_build>
impl<'until_build, 'post_build> !UnwindSafe for CreateColumnMySQLData<'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