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