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

pub struct CBytes { /* fields omitted */ }

The structure that represents Cassandra byte type.

Methods

impl CBytes
[src]

Creates Cassandra bytes that represent empty or null value

Converts CBytes into a plain array of bytes

Trait Implementations

impl Debug for CBytes
[src]

Formats the value using the given formatter. Read more

impl Clone for CBytes
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for CBytes
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for CBytes
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CBytes
[src]

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.

Auto Trait Implementations

impl Send for CBytes

impl Sync for CBytes