pub struct Create<'t, 'a, FromSchema, To> { /* private fields */ }
Expand description
This is the type used to return table creations in migrations.
For more information take a look at Alter.
Implementations§
Auto Trait Implementations§
impl<'t, 'a, FromSchema, To> Freeze for Create<'t, 'a, FromSchema, To>
impl<'t, 'a, FromSchema, To> !RefUnwindSafe for Create<'t, 'a, FromSchema, To>
impl<'t, 'a, FromSchema, To> !Send for Create<'t, 'a, FromSchema, To>
impl<'t, 'a, FromSchema, To> !Sync for Create<'t, 'a, FromSchema, To>
impl<'t, 'a, FromSchema, To> Unpin for Create<'t, 'a, FromSchema, To>
impl<'t, 'a, FromSchema, To> !UnwindSafe for Create<'t, 'a, FromSchema, To>
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