pub struct Response<'res> {
pub response: &'res [u8],
}Fields§
§response: &'res [u8]Implementations§
Auto Trait Implementations§
impl<'res> Freeze for Response<'res>
impl<'res> RefUnwindSafe for Response<'res>
impl<'res> Send for Response<'res>
impl<'res> Sync for Response<'res>
impl<'res> Unpin for Response<'res>
impl<'res> UnwindSafe for Response<'res>
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