Struct cdrs::frame::frame_result::BodyResResultPrepared [] [src]

pub struct BodyResResultPrepared {
    pub id: CBytesShort,
    pub metadata: PreparedMetadata,
    pub result_metadata: RowsMetadata,
}

The structure represents a body of a response frame of type prepared

Fields

id of prepared request

metadata

It is defined exactly the same as in the Rows documentation.

Trait Implementations

impl Debug for BodyResResultPrepared
[src]

Formats the value using the given formatter.

impl FromCursor for BodyResResultPrepared
[src]

It should return an implementor from an io::Cursor over an array of bytes.