pub struct RawHttpResponse;Implementations§
Auto Trait Implementations§
impl Freeze for RawHttpResponse
impl RefUnwindSafe for RawHttpResponse
impl Send for RawHttpResponse
impl Sync for RawHttpResponse
impl Unpin for RawHttpResponse
impl UnsafeUnpin for RawHttpResponse
impl UnwindSafe for RawHttpResponse
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