Struct cassandra_protocol::frame::message_execute::BodyReqExecute
source · pub struct BodyReqExecute<'a> {
pub id: &'a CBytesShort,
pub result_metadata_id: Option<&'a CBytesShort>,
pub query_parameters: &'a QueryParams,
}Expand description
The structure that represents a body of a envelope of type execute.
Fields§
§id: &'a CBytesShort§result_metadata_id: Option<&'a CBytesShort>§query_parameters: &'a QueryParamsImplementations§
source§impl<'a> BodyReqExecute<'a>
impl<'a> BodyReqExecute<'a>
pub fn new( id: &'a CBytesShort, result_metadata_id: Option<&'a CBytesShort>, query_parameters: &'a QueryParams ) -> BodyReqExecute<'a>
Trait Implementations§
source§impl<'a> Clone for BodyReqExecute<'a>
impl<'a> Clone for BodyReqExecute<'a>
source§fn clone(&self) -> BodyReqExecute<'a>
fn clone(&self) -> BodyReqExecute<'a>
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<'a> Debug for BodyReqExecute<'a>
impl<'a> Debug for BodyReqExecute<'a>
source§impl<'a> PartialEq<BodyReqExecute<'a>> for BodyReqExecute<'a>
impl<'a> PartialEq<BodyReqExecute<'a>> for BodyReqExecute<'a>
source§fn eq(&self, other: &BodyReqExecute<'a>) -> bool
fn eq(&self, other: &BodyReqExecute<'a>) -> bool
This method tests for
self and other values to be equal, and is used
by ==.