pub struct Fp<D>(/* private fields */);Expand description
Non-Yieldable Rust function.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<D> Freeze for Fp<D>
impl<D> RefUnwindSafe for Fp<D>
impl<D> Send for Fp<D>
impl<D> Sync for Fp<D>
impl<D> Unpin for Fp<D>
impl<D> UnwindSafe for Fp<D>
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