[][src]Trait cdrs_tokio::frame::traits::IntoBytes

pub trait IntoBytes {
    fn into_cbytes(&self) -> Vec<u8>;
}

IntoBytes should be used to convert a structure into array of bytes.

Required methods

fn into_cbytes(&self) -> Vec<u8>

It should convert a struct into an array of bytes.

Loading content...

Implementors

impl IntoBytes for Consistency[src]

impl IntoBytes for ResultKind[src]

impl IntoBytes for RowsMetadataFlag[src]

impl IntoBytes for QueryValues[src]

impl IntoBytes for ValueType[src]

impl IntoBytes for BodyReqAuthResponse[src]

impl IntoBytes for BatchQuery[src]

impl IntoBytes for BodyReqBatch[src]

impl IntoBytes for BodyReqOptions[src]

impl IntoBytes for BodyReqPrepare[src]

impl IntoBytes for BodyReqQuery[src]

impl IntoBytes for BodyResReady[src]

impl IntoBytes for BodyReqRegister[src]

impl IntoBytes for QueryParams[src]

impl IntoBytes for Decimal[src]

impl IntoBytes for CBytes[src]

impl IntoBytes for CBytesShort[src]

impl IntoBytes for CString[src]

fn into_cbytes(&self) -> Vec<u8>[src]

Converts into Cassandra byte representation of [string]

impl IntoBytes for CStringList[src]

impl IntoBytes for CStringLong[src]

fn into_cbytes(&self) -> Vec<u8>[src]

Converts into Cassandra byte representation of [string]

impl IntoBytes for Value[src]

impl<'a> IntoBytes for BodyReqExecute<'a>[src]

impl<'a> IntoBytes for BodyReqStartup<'a>[src]

impl<'a> IntoBytes for Frame[src]

Loading content...