pub struct AppendBatchResponse {
pub placement: ShardPlacement,
pub items: Vec<Result<AppendResponse, RuntimeError>>,
}Fields§
§placement: ShardPlacement§items: Vec<Result<AppendResponse, RuntimeError>>Trait Implementations§
Source§impl Clone for AppendBatchResponse
impl Clone for AppendBatchResponse
Source§fn clone(&self) -> AppendBatchResponse
fn clone(&self) -> AppendBatchResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppendBatchResponse
impl Debug for AppendBatchResponse
Source§impl PartialEq for AppendBatchResponse
impl PartialEq for AppendBatchResponse
Source§fn eq(&self, other: &AppendBatchResponse) -> bool
fn eq(&self, other: &AppendBatchResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AppendBatchResponse
impl StructuralPartialEq for AppendBatchResponse
Auto Trait Implementations§
impl Freeze for AppendBatchResponse
impl RefUnwindSafe for AppendBatchResponse
impl Send for AppendBatchResponse
impl Sync for AppendBatchResponse
impl Unpin for AppendBatchResponse
impl UnsafeUnpin for AppendBatchResponse
impl UnwindSafe for AppendBatchResponse
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