pub struct StreamBatchReq {
pub batch: Batch,
}
Fields§
§batch: Batch
Trait Implementations§
Source§impl Debug for StreamBatchReq
impl Debug for StreamBatchReq
Auto Trait Implementations§
impl Freeze for StreamBatchReq
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