Struct hrana_client_proto::pipeline::StreamBatchResult
source · pub struct StreamBatchResult {
pub result: BatchResult,
}
Fields§
§result: BatchResult
Trait Implementations§
source§impl Debug for StreamBatchResult
impl Debug for StreamBatchResult
source§impl<'de> Deserialize<'de> for StreamBatchResult
impl<'de> Deserialize<'de> for StreamBatchResult
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
Auto Trait Implementations§
impl RefUnwindSafe for StreamBatchResult
impl Send for StreamBatchResult
impl Sync for StreamBatchResult
impl Unpin for StreamBatchResult
impl UnwindSafe for StreamBatchResult
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