pub struct AlterInplaceInfo(/* private fields */);Expand description
Opaque MySQL Alter_inplace_info (in-place ALTER TABLE change descriptor)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlterInplaceInfo
impl RefUnwindSafe for AlterInplaceInfo
impl Send for AlterInplaceInfo
impl Sync for AlterInplaceInfo
impl Unpin for AlterInplaceInfo
impl UnsafeUnpin for AlterInplaceInfo
impl UnwindSafe for AlterInplaceInfo
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