pub struct FfiQueryResult { /* private fields */ }Trait Implementations§
Source§impl FfiDropBox for FfiQueryResult
impl FfiDropBox for FfiQueryResult
Source§unsafe fn drop_boxed(it: &mut Box<FfiQueryResult>)
unsafe fn drop_boxed(it: &mut Box<FfiQueryResult>)
Safety Read more
Source§impl ReprC for FfiQueryResult
impl ReprC for FfiQueryResult
impl NonOpaque for FfiQueryResultwhere
for<'_never_true> FfiQueryResult: ExternDropFnAnnotation,
impl Send for FfiQueryResult
impl Sync for FfiQueryResult
Auto Trait Implementations§
impl Freeze for FfiQueryResult
impl RefUnwindSafe for FfiQueryResult
impl Unpin for FfiQueryResult
impl UnwindSafe for FfiQueryResult
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