pub struct BatchRunResult {
pub results: BTreeMap<String, BatchEntryResult>,
}Expand description
Top-level batch response.
Fields§
§results: BTreeMap<String, BatchEntryResult>Trait Implementations§
Source§impl Debug for BatchRunResult
impl Debug for BatchRunResult
Auto Trait Implementations§
impl Freeze for BatchRunResult
impl RefUnwindSafe for BatchRunResult
impl Send for BatchRunResult
impl Sync for BatchRunResult
impl Unpin for BatchRunResult
impl UnsafeUnpin for BatchRunResult
impl UnwindSafe for BatchRunResult
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