pub struct ResponseBatch {
pub batch: Vec<Response>,
}Fields§
§batch: Vec<Response>Implementations§
Auto Trait Implementations§
impl Freeze for ResponseBatch
impl RefUnwindSafe for ResponseBatch
impl Send for ResponseBatch
impl Sync for ResponseBatch
impl Unpin for ResponseBatch
impl UnwindSafe for ResponseBatch
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