Struct hyper_imp::ffi::hyper_context
source · pub struct hyper_context<'a>(/* private fields */);Expand description
An async context for a task that contains the related waker.
Auto Trait Implementations§
impl<'a> RefUnwindSafe for hyper_context<'a>
impl<'a> !Send for hyper_context<'a>
impl<'a> !Sync for hyper_context<'a>
impl<'a> Unpin for hyper_context<'a>
impl<'a> UnwindSafe for hyper_context<'a>
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