Struct rorm_sql::create_column::CreateColumnSQLiteData
source · pub struct CreateColumnSQLiteData<'until_build, 'post_build> { /* private fields */ }
Expand description
Representation of the data of the creation of a column for the sqlite dialect
Trait Implementations
Auto Trait Implementations
impl<'until_build, 'post_build> RefUnwindSafe for CreateColumnSQLiteData<'until_build, 'post_build>
impl<'until_build, 'post_build> Send for CreateColumnSQLiteData<'until_build, 'post_build>
impl<'until_build, 'post_build> Sync for CreateColumnSQLiteData<'until_build, 'post_build>
impl<'until_build, 'post_build> Unpin for CreateColumnSQLiteData<'until_build, 'post_build>where
'post_build: 'until_build,
impl<'until_build, 'post_build> !UnwindSafe for CreateColumnSQLiteData<'until_build, 'post_build>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more