pub struct StreamBody<S> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<S, B, E> From<StreamBody<S>> for LieResponse
impl<S, B, E> From<StreamBody<S>> for LieResponse
Source§fn from(body: StreamBody<S>) -> LieResponse
fn from(body: StreamBody<S>) -> LieResponse
Converts to this type from the input type.
Auto Trait Implementations§
impl<S> Freeze for StreamBody<S>where
S: Freeze,
impl<S> RefUnwindSafe for StreamBody<S>where
S: RefUnwindSafe,
impl<S> Send for StreamBody<S>where
S: Send,
impl<S> Sync for StreamBody<S>where
S: Sync,
impl<S> Unpin for StreamBody<S>where
S: Unpin,
impl<S> UnwindSafe for StreamBody<S>where
S: 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