Struct mariadb_sys::PSI_table_locker
source · #[repr(C)]pub struct PSI_table_locker { /* private fields */ }
Expand description
Interface for an instrumented table operation. This is an opaque structure.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PSI_table_locker
impl Send for PSI_table_locker
impl Sync for PSI_table_locker
impl Unpin for PSI_table_locker
impl UnwindSafe for PSI_table_locker
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