Struct hrana_client_proto::ExecuteReq
source · 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 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