pub struct ClientResponse { /* private fields */ }Implementations§
Auto Trait Implementations§
impl !Freeze for ClientResponse
impl !RefUnwindSafe for ClientResponse
impl !Sync for ClientResponse
impl !UnwindSafe for ClientResponse
impl Send for ClientResponse
impl Unpin for ClientResponse
impl UnsafeUnpin for ClientResponse
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