pub struct BatchEntryFailure {
pub ok: bool,
pub error: Value,
}Expand description
Per-entry failed result.
Fields§
§ok: bool§error: ValueTrait Implementations§
Source§impl Debug for BatchEntryFailure
impl Debug for BatchEntryFailure
Auto Trait Implementations§
impl Freeze for BatchEntryFailure
impl RefUnwindSafe for BatchEntryFailure
impl Send for BatchEntryFailure
impl Sync for BatchEntryFailure
impl Unpin for BatchEntryFailure
impl UnsafeUnpin for BatchEntryFailure
impl UnwindSafe for BatchEntryFailure
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