Struct libsql_client::proto::pipeline::StreamExecuteReq   
source · pub struct StreamExecuteReq {
    pub stmt: Stmt,
}Fields§
§stmt: StmtTrait Implementations§
source§impl Debug for StreamExecuteReq
 
impl Debug for StreamExecuteReq
source§impl Serialize for StreamExecuteReq
 
impl Serialize for StreamExecuteReq
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
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