pub enum ApplicationResponseBody {
Buffered(Vec<u8>),
Stream(Receiver<ResponseChunk>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ApplicationResponseBody
impl RefUnwindSafe for ApplicationResponseBody
impl Send for ApplicationResponseBody
impl Sync for ApplicationResponseBody
impl Unpin for ApplicationResponseBody
impl UnsafeUnpin for ApplicationResponseBody
impl UnwindSafe for ApplicationResponseBody
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