pub enum RequestStreamAction {
Pending(InlineFuture<'static, PendingResponse, 64>),
Close(&'static [u8]),
}Variants§
Pending(InlineFuture<'static, PendingResponse, 64>)
Close(&'static [u8])
Auto Trait Implementations§
impl Freeze for RequestStreamAction
impl RefUnwindSafe for RequestStreamAction
impl Send for RequestStreamAction
impl Sync for RequestStreamAction
impl Unpin for RequestStreamAction
impl UnsafeUnpin for RequestStreamAction
impl UnwindSafe for RequestStreamAction
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