Struct actix_http::encoding::Encoder
source · [−]pub struct Encoder<B> { /* private fields */ }Implementations
sourceimpl<B: MessageBody> Encoder<B>
impl<B: MessageBody> Encoder<B>
pub fn response(
encoding: ContentEncoding,
head: &mut ResponseHead,
body: B
) -> Self
Trait Implementations
sourceimpl<B> MessageBody for Encoder<B>where
B: MessageBody,
impl<B> MessageBody for Encoder<B>where
B: MessageBody,
impl<'__pin, B> Unpin for Encoder<B>where
__Origin<'__pin, B>: Unpin,
Auto Trait Implementations
impl<B> !RefUnwindSafe for Encoder<B>
impl<B> Send for Encoder<B>where
B: Send,
impl<B> !Sync for Encoder<B>
impl<B> !UnwindSafe for Encoder<B>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more