pub struct BodyResResultPrepared {
pub id: CBytesShort,
pub result_metadata_id: Option<CBytesShort>,
pub metadata: PreparedMetadata,
pub result_metadata: RowsMetadata,
}Expand description
The structure represents a body of a response envelope of type prepared
Fields§
§id: CBytesShortid of prepared request
result_metadata_id: Option<CBytesShort>result metadata id (only available since V5)
metadata: PreparedMetadatametadata
result_metadata: RowsMetadataIt is defined exactly the same as
Trait Implementations§
source§impl Clone for BodyResResultPrepared
impl Clone for BodyResResultPrepared
source§fn clone(&self) -> BodyResResultPrepared
fn clone(&self) -> BodyResResultPrepared
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 BodyResResultPrepared
impl Debug for BodyResResultPrepared
source§impl Hash for BodyResResultPrepared
impl Hash for BodyResResultPrepared
source§impl PartialEq<BodyResResultPrepared> for BodyResResultPrepared
impl PartialEq<BodyResResultPrepared> for BodyResResultPrepared
source§fn eq(&self, other: &BodyResResultPrepared) -> bool
fn eq(&self, other: &BodyResResultPrepared) -> bool
This method tests for
self and other values to be equal, and is used
by ==.