pub struct ExecuteReq {
pub stream_id: i32,
pub stmt: Stmt,
}
Fields§
§stream_id: i32
§stmt: Stmt
Trait Implementations§
Source§impl Debug for ExecuteReq
impl Debug for ExecuteReq
Auto Trait Implementations§
impl Freeze for ExecuteReq
impl RefUnwindSafe for ExecuteReq
impl Send for ExecuteReq
impl Sync for ExecuteReq
impl Unpin for ExecuteReq
impl UnwindSafe for ExecuteReq
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