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