Struct cdrs::types::CString [] [src]

pub struct CString { /* fields omitted */ }

Methods

impl CString
[src]

Converts internal value into pointer of str.

Converts internal value into a plain String.

Represents internal value as a String.

Trait Implementations

impl Debug for CString
[src]

Formats the value using the given formatter.

impl Clone for CString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoBytes for CString
[src]

Converts into Cassandra byte representation of [string]

impl FromCursor for CString
[src]

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