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