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