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