Struct hyper_imp::ffi::hyper_task
source · pub struct hyper_task { /* private fields */ }Expand description
An async task.
Auto Trait Implementations§
impl !RefUnwindSafe for hyper_task
impl Send for hyper_task
impl !Sync for hyper_task
impl Unpin for hyper_task
impl !UnwindSafe for hyper_task
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