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