#[repr(C)]pub struct QueryResults { /* private fields */ }
Trait Implementations§
Source§impl ExternType for QueryResults
impl ExternType for QueryResults
impl UniquePtrTarget for QueryResults
Auto Trait Implementations§
impl Freeze for QueryResults
impl RefUnwindSafe for QueryResults
impl !Send for QueryResults
impl !Sync for QueryResults
impl !Unpin for QueryResults
impl UnwindSafe for QueryResults
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