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