[−][src]Trait cassandra_proto::frame::traits::IntoBytes
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.
Implementors
impl IntoBytes for Consistency[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for ResultKind[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for RowsMetadataFlag[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for QueryValues[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for ValueType[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BodyReqAuthResponse[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BatchQuery[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BodyReqBatch[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BodyReqOptions[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BodyReqPrepare[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BodyReqQuery[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BodyResReady[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for BodyReqRegister[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for QueryParams[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for Decimal[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for CBytes[src]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for CBytesShort[src]
fn into_cbytes(&self) -> Vec<u8>[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]
fn into_cbytes(&self) -> Vec<u8>[src]
impl IntoBytes for CStringLong[src]
fn into_cbytes(&self) -> Vec<u8>[src]
Converts into Cassandra byte representation of [string]