pub struct BatchReq {
pub stream_id: i32,
pub batch: Batch,
}
Fields§
§stream_id: i32
§batch: Batch
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BatchReq
impl RefUnwindSafe for BatchReq
impl Send for BatchReq
impl Sync for BatchReq
impl Unpin for BatchReq
impl UnwindSafe for BatchReq
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