pub struct BackendRequest<P, R> { /* private fields */ }
Auto Trait Implementations§
impl<P, R> Freeze for BackendRequest<P, R>where
P: Freeze,
impl<P, R> RefUnwindSafe for BackendRequest<P, R>where
P: RefUnwindSafe,
R: RefUnwindSafe,
impl<P, R> !Send for BackendRequest<P, R>
impl<P, R> !Sync for BackendRequest<P, R>
impl<P, R> Unpin for BackendRequest<P, R>where
P: Unpin,
impl<P, R> UnwindSafe for BackendRequest<P, R>where
P: UnwindSafe,
R: RefUnwindSafe,
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