Struct mariadb_sys::Unknown_key_hook
source · #[repr(C)]pub struct Unknown_key_hook {
pub vtable_: *const Unknown_key_hook__bindgen_vtable,
}
Expand description
This hook used to catch no longer supported keys and process them for backward compatibility.
Fields§
§vtable_: *const Unknown_key_hook__bindgen_vtable
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Unknown_key_hook
impl !Send for Unknown_key_hook
impl !Sync for Unknown_key_hook
impl Unpin for Unknown_key_hook
impl UnwindSafe for Unknown_key_hook
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