pub struct ResolvedFnCell<F: PFN + FromPtr, R>(/* private fields */);Implementations§
Auto Trait Implementations§
impl<F, R> !Freeze for ResolvedFnCell<F, R>
impl<F, R> RefUnwindSafe for ResolvedFnCell<F, R>
impl<F, R> Send for ResolvedFnCell<F, R>
impl<F, R> Sync for ResolvedFnCell<F, R>
impl<F, R> Unpin for ResolvedFnCell<F, R>
impl<F, R> UnsafeUnpin for ResolvedFnCell<F, R>where
R: UnsafeUnpin,
F: UnsafeUnpin,
impl<F, R> UnwindSafe for ResolvedFnCell<F, R>where
R: UnwindSafe,
F: UnwindSafe,
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