pub struct FfiSession { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for FfiSession
impl RefUnwindSafe for FfiSession
impl Send for FfiSession
impl Sync for FfiSession
impl Unpin for FfiSession
impl UnwindSafe for FfiSession
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