pub struct HaCheckOpt(/* private fields */);Expand description
Opaque MySQL HA_CHECK_OPT (options for CHECK / REPAIR / ANALYZE etc.)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HaCheckOpt
impl RefUnwindSafe for HaCheckOpt
impl Send for HaCheckOpt
impl Sync for HaCheckOpt
impl Unpin for HaCheckOpt
impl UnsafeUnpin for HaCheckOpt
impl UnwindSafe for HaCheckOpt
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