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