Struct hrana_client_proto::pipeline::StreamBatchReq
source · pub struct StreamBatchReq {
pub batch: Batch,
}
Fields§
§batch: Batch
Trait Implementations§
source§impl Debug for StreamBatchReq
impl Debug for StreamBatchReq
Auto Trait Implementations§
impl RefUnwindSafe for StreamBatchReq
impl Send for StreamBatchReq
impl Sync for StreamBatchReq
impl Unpin for StreamBatchReq
impl UnwindSafe for StreamBatchReq
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