pub struct Streaming<T, E> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T, E> HandlerOutput for Streaming<T, E>
impl<T, E> HandlerOutput for Streaming<T, E>
const OPERATION: Operation = Operation::Streaming
fn into_response(self) -> Result<Response<ServiceBody>, HandlerError>
Auto Trait Implementations§
impl<T, E> !RefUnwindSafe for Streaming<T, E>
impl<T, E> !Sync for Streaming<T, E>
impl<T, E> !UnwindSafe for Streaming<T, E>
impl<T, E> Freeze for Streaming<T, E>
impl<T, E> Send for Streaming<T, E>
impl<T, E> Unpin for Streaming<T, E>
impl<T, E> UnsafeUnpin for Streaming<T, E>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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