pub struct StAlterTablespace(/* private fields */);Expand description
Opaque MySQL st_alter_tablespace (legacy ALTER TABLESPACE descriptor)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StAlterTablespace
impl RefUnwindSafe for StAlterTablespace
impl Send for StAlterTablespace
impl Sync for StAlterTablespace
impl Unpin for StAlterTablespace
impl UnsafeUnpin for StAlterTablespace
impl UnwindSafe for StAlterTablespace
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