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