pub struct CreateTableData<'until_build, 'post_build> { /* private fields */ }
Expand description
The representation of an create table operation.
Auto Trait Implementations§
impl<'until_build, 'post_build> Freeze for CreateTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> RefUnwindSafe for CreateTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> Send for CreateTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> Sync for CreateTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> Unpin for CreateTableData<'until_build, 'post_build>
impl<'until_build, 'post_build> !UnwindSafe for CreateTableData<'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