Struct libsql_client::proto::Stmt
source · pub struct Stmt {
pub sql: String,
pub args: Vec<Value, Global>,
pub named_args: Vec<NamedArg, Global>,
pub want_rows: bool,
}
Fields§
§sql: String
§args: Vec<Value, Global>
§named_args: Vec<NamedArg, Global>
§want_rows: bool
Implementations§
Trait Implementations§
source§impl Serialize for Stmt
impl Serialize for Stmt
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