pub struct FromRequestResFuture<Fut, E> { /* private fields */ }Expand description
Future for results FromRequest
Trait Implementations§
impl<'__pin, Fut, E> Unpin for FromRequestResFuture<Fut, E>where
PinnedFieldsOf<__Origin<'__pin, Fut, E>>: Unpin,
Auto Trait Implementations§
impl<Fut, E> Freeze for FromRequestResFuture<Fut, E>where
Fut: Freeze,
impl<Fut, E> RefUnwindSafe for FromRequestResFuture<Fut, E>where
Fut: RefUnwindSafe,
E: RefUnwindSafe,
impl<Fut, E> Send for FromRequestResFuture<Fut, E>
impl<Fut, E> Sync for FromRequestResFuture<Fut, E>
impl<Fut, E> UnwindSafe for FromRequestResFuture<Fut, E>where
Fut: UnwindSafe,
E: 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