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