pub struct GetResponseBody { /* private fields */ }Expand description
Returns content served for the given request.
Implementations§
Trait Implementations§
Source§impl Clone for GetResponseBody
impl Clone for GetResponseBody
Source§fn clone(&self) -> GetResponseBody
fn clone(&self) -> GetResponseBody
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GetResponseBody
impl Debug for GetResponseBody
Auto Trait Implementations§
impl Freeze for GetResponseBody
impl RefUnwindSafe for GetResponseBody
impl Send for GetResponseBody
impl Sync for GetResponseBody
impl Unpin for GetResponseBody
impl UnsafeUnpin for GetResponseBody
impl UnwindSafe for GetResponseBody
Blanket Implementations§
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