pub struct FnKey<T, F>{ /* private fields */ }Expand description
Partially constructed context (missing value) for Result<T>.
Implementations§
Auto Trait Implementations§
impl<T, F> Freeze for FnKey<T, F>
impl<T, F> !RefUnwindSafe for FnKey<T, F>
impl<T, F> Send for FnKey<T, F>
impl<T, F> Sync for FnKey<T, F>
impl<T, F> Unpin for FnKey<T, F>
impl<T, F> !UnwindSafe for FnKey<T, F>
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