Struct conjure_runtime::blocking::BodyWriter [−][src]
pub struct BodyWriter { /* fields omitted */ }Expand description
The blocking writer passed to Body::write.
Implementations
Writes a block of body bytes.
Compared to the Write implementation, this method avoids some copies if the caller already has the body in
Bytes objects.
Trait Implementations
Write a buffer into this writer, returning how many bytes were written. Read more
Flush this output stream, ensuring that all intermediately buffered contents reach their destination. Read more
can_vector)Determines if this Writer has an efficient write_vectored
implementation. Read more
Attempts to write an entire buffer into this writer. Read more
write_all_vectored)Attempts to write multiple buffers into this writer. Read more
Writes a formatted string into this writer, returning any error encountered. Read more
Auto Trait Implementations
impl !RefUnwindSafe for BodyWriter
impl Send for BodyWriter
impl Sync for BodyWriter
impl Unpin for BodyWriter
impl !UnwindSafe for BodyWriter
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