pub struct BodyReqExecuteOwned {
pub id: CBytesShort,
pub result_metadata_id: Option<CBytesShort>,
pub query_parameters: QueryParams,
}
Expand description
The structure that represents an owned body of a envelope of type execute
.
Fields§
§id: CBytesShort
§result_metadata_id: Option<CBytesShort>
§query_parameters: QueryParams
Implementations§
source§impl BodyReqExecuteOwned
impl BodyReqExecuteOwned
pub fn new( id: CBytesShort, result_metadata_id: Option<CBytesShort>, query_parameters: QueryParams ) -> BodyReqExecuteOwned
Trait Implementations§
source§impl Clone for BodyReqExecuteOwned
impl Clone for BodyReqExecuteOwned
source§fn clone(&self) -> BodyReqExecuteOwned
fn clone(&self) -> BodyReqExecuteOwned
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BodyReqExecuteOwned
impl Debug for BodyReqExecuteOwned
source§impl Default for BodyReqExecuteOwned
impl Default for BodyReqExecuteOwned
source§fn default() -> BodyReqExecuteOwned
fn default() -> BodyReqExecuteOwned
Returns the “default value” for a type. Read more
source§impl FromCursor for BodyReqExecuteOwned
impl FromCursor for BodyReqExecuteOwned
source§impl PartialEq<BodyReqExecuteOwned> for BodyReqExecuteOwned
impl PartialEq<BodyReqExecuteOwned> for BodyReqExecuteOwned
source§fn eq(&self, other: &BodyReqExecuteOwned) -> bool
fn eq(&self, other: &BodyReqExecuteOwned) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.