pub struct BoxBody { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl IntoResponse for BoxBody
impl IntoResponse for BoxBody
fn into_response(self) -> Response
Auto Trait Implementations§
impl Freeze for BoxBody
impl !RefUnwindSafe for BoxBody
impl !Send for BoxBody
impl !Sync for BoxBody
impl Unpin for BoxBody
impl !UnwindSafe for BoxBody
Blanket Implementations§
Source§impl<B> BodyExt for Bwhere
B: Body,
impl<B> BodyExt for Bwhere
B: Body,
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