Struct cdrs::frame::frame_prepare::BodyReqPrepare [] [src]

pub struct BodyReqPrepare { /* fields omitted */ }

Struct that represents a body of a frame of type prepare

Methods

impl BodyReqPrepare
[src]

Creates new body of a frame of type prepare that prepares query query.

Trait Implementations

impl IntoBytes for BodyReqPrepare
[src]

It should convert a struct into an array of bytes.