pub struct CreateTableWithoutPrimaryKey;Trait Implementations§
Source§impl Rule for CreateTableWithoutPrimaryKey
impl Rule for CreateTableWithoutPrimaryKey
Auto Trait Implementations§
impl Freeze for CreateTableWithoutPrimaryKey
impl RefUnwindSafe for CreateTableWithoutPrimaryKey
impl Send for CreateTableWithoutPrimaryKey
impl Sync for CreateTableWithoutPrimaryKey
impl Unpin for CreateTableWithoutPrimaryKey
impl UnsafeUnpin for CreateTableWithoutPrimaryKey
impl UnwindSafe for CreateTableWithoutPrimaryKey
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