pub struct BatchResponse<Resp> { /* private fields */ }
Expand description
A response to a batch request
Implementations§
Auto Trait Implementations§
impl<Resp> Freeze for BatchResponse<Resp>
impl<Resp> !RefUnwindSafe for BatchResponse<Resp>
impl<Resp> Send for BatchResponse<Resp>where
Resp: Send,
impl<Resp> Sync for BatchResponse<Resp>where
Resp: Send,
impl<Resp> Unpin for BatchResponse<Resp>
impl<Resp> !UnwindSafe for BatchResponse<Resp>
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