Struct conjure_runtime::raw::DefaultRawBody [−][src]
pub struct DefaultRawBody { /* fields omitted */ }Expand description
The body type used by DefaultRawClient.
Trait Implementations
type Error = DefaultRawError
type Error = DefaultRawError
The error type this Body might generate.
Attempt to pull out the next data buffer of this stream.
Poll for an optional single HeaderMap of trailers. Read more
Returns true when the end of stream has been reached. Read more
Returns the bounds on the remaining length of the stream. Read more
Returns future that resolves to next data chunk, if any.
Returns future that resolves to trailers, if any.
Maps this body’s data value to a different value.
Maps this body’s error value to a different value.
Auto Trait Implementations
impl !RefUnwindSafe for DefaultRawBody
impl Send for DefaultRawBody
impl Sync for DefaultRawBody
impl !UnwindSafe for DefaultRawBody
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more