pub struct PutBatchResponse {
pub epoch: u64,
pub record_count: usize,
pub write_timing: Option<WritePathTiming>,
}Fields§
§epoch: u64§record_count: usize§write_timing: Option<WritePathTiming>Trait Implementations§
Source§impl Clone for PutBatchResponse
impl Clone for PutBatchResponse
Source§fn clone(&self) -> PutBatchResponse
fn clone(&self) -> PutBatchResponse
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 PutBatchResponse
impl Debug for PutBatchResponse
Source§impl<'de> Deserialize<'de> for PutBatchResponse
impl<'de> Deserialize<'de> for PutBatchResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PutBatchResponse
impl PartialEq for PutBatchResponse
Source§fn eq(&self, other: &PutBatchResponse) -> bool
fn eq(&self, other: &PutBatchResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PutBatchResponse
impl Serialize for PutBatchResponse
impl StructuralPartialEq for PutBatchResponse
Auto Trait Implementations§
impl Freeze for PutBatchResponse
impl RefUnwindSafe for PutBatchResponse
impl Send for PutBatchResponse
impl Sync for PutBatchResponse
impl Unpin for PutBatchResponse
impl UnsafeUnpin for PutBatchResponse
impl UnwindSafe for PutBatchResponse
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