Struct mariadb_sys::st_mysql_methods
source · #[repr(C)]pub struct st_mysql_methods { /* private fields */ }
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for st_mysql_methods
impl Send for st_mysql_methods
impl Sync for st_mysql_methods
impl Unpin for st_mysql_methods
impl UnwindSafe for st_mysql_methods
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