pub struct BatchErrorData { /* private fields */ }Implementations§
Source§impl BatchErrorData
impl BatchErrorData
pub fn len(&self) -> usize
pub fn new(responses: Vec<BatchResponseRecord>) -> Self
pub fn responses(&self) -> &Vec<BatchResponseRecord>
pub fn request_ids(&self) -> Vec<CustomRequestId>
Sourcepub fn iter(&self) -> Iter<'_, BatchResponseRecord>
pub fn iter(&self) -> Iter<'_, BatchResponseRecord>
Returns an iterator over the BatchResponseRecord elements.
Trait Implementations§
Source§impl Debug for BatchErrorData
impl Debug for BatchErrorData
Source§impl From<Vec<BatchErrorData>> for BatchErrorData
impl From<Vec<BatchErrorData>> for BatchErrorData
Source§fn from(batch_errors: Vec<BatchErrorData>) -> Self
fn from(batch_errors: Vec<BatchErrorData>) -> Self
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a BatchErrorData
impl<'a> IntoIterator for &'a BatchErrorData
Source§impl IntoIterator for BatchErrorData
impl IntoIterator for BatchErrorData
Auto Trait Implementations§
impl Freeze for BatchErrorData
impl RefUnwindSafe for BatchErrorData
impl Send for BatchErrorData
impl !Sync for BatchErrorData
impl Unpin for BatchErrorData
impl UnwindSafe for BatchErrorData
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