pub struct SplitableRequestResponse<ResponseT>where
for<'de> ResponseT: Deserialize<'de> + ReducibleResponse,{
pub response: ResponseT,
pub num_failed: usize,
}
Fields§
§response: ResponseT
§num_failed: usize
Auto Trait Implementations§
impl<ResponseT> Freeze for SplitableRequestResponse<ResponseT>where
ResponseT: Freeze,
impl<ResponseT> RefUnwindSafe for SplitableRequestResponse<ResponseT>where
ResponseT: RefUnwindSafe,
impl<ResponseT> Send for SplitableRequestResponse<ResponseT>where
ResponseT: Send,
impl<ResponseT> Sync for SplitableRequestResponse<ResponseT>where
ResponseT: Sync,
impl<ResponseT> Unpin for SplitableRequestResponse<ResponseT>where
ResponseT: Unpin,
impl<ResponseT> UnwindSafe for SplitableRequestResponse<ResponseT>where
ResponseT: UnwindSafe,
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