Struct cdrs::types::CBytes [] [src]

pub struct CBytes { /* fields omitted */ }

The structure that represents Cassandra byte type

Methods

impl CBytes
[src]

Converts CBytes into a plain array of bytes

Trait Implementations

impl Debug for CBytes
[src]

Formats the value using the given formatter.

impl Clone for CBytes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromCursor for CBytes
[src]

from_cursor gets Cursor who's position is set such that it should be a start of a [bytes]. It reads required number of bytes and returns a CBytes

impl IntoBytes for CBytes
[src]

It should convert a struct into an array of bytes.