Struct conjure_runtime::raw::DefaultRawBody [−][src]
pub struct DefaultRawBody { /* fields omitted */ }The body type used by DefaultRawClient.
Trait Implementations
impl Body for DefaultRawBody[src]
impl Body for DefaultRawBody[src]type Data = Bytes
Values yielded by the Body.
type Error = DefaultRawError
The error type this Body might generate.
fn poll_data(
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<Option<Result<Self::Data, Self::Error>>>[src]
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<Option<Result<Self::Data, Self::Error>>>
fn poll_trailers(
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<Result<Option<HeaderMap>, Self::Error>>[src]
self: Pin<&mut Self>,
cx: &mut Context<'_>
) -> Poll<Result<Option<HeaderMap>, Self::Error>>
fn is_end_stream(&self) -> bool[src]
fn size_hint(&self) -> SizeHint[src]
pub fn data(&mut self) -> Data<'_, Self> where
Self: Unpin, [src]
Self: Unpin,
pub fn trailers(&mut self) -> Trailers<'_, Self> where
Self: Unpin, [src]
Self: Unpin,
pub fn map_data<F, B>(self, f: F) -> MapData<Self, F> where
B: Buf,
F: FnMut(Self::Data) -> B, [src]
B: Buf,
F: FnMut(Self::Data) -> B,
pub fn map_err<F, E>(self, f: F) -> MapErr<Self, F> where
F: FnMut(Self::Error) -> E, [src]
F: FnMut(Self::Error) -> E,
pub fn boxed(self) -> BoxBody<Self::Data, Self::Error> where
Self: Send + Sync + 'static, [src]
Self: Send + Sync + 'static,
impl<'pin> Unpin for DefaultRawBody where
__DefaultRawBody<'pin>: Unpin, [src]
impl<'pin> Unpin for DefaultRawBody where
__DefaultRawBody<'pin>: Unpin, [src]Auto Trait Implementations
impl !RefUnwindSafe for DefaultRawBody
impl !RefUnwindSafe for DefaultRawBodyimpl Send for DefaultRawBody
impl Send for DefaultRawBodyimpl Sync for DefaultRawBody
impl Sync for DefaultRawBodyimpl !UnwindSafe for DefaultRawBody
impl !UnwindSafe for DefaultRawBodyBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,