Struct cdrs::types::CStringLong [] [src]

pub struct CStringLong { /* fields omitted */ }

Methods

impl CStringLong
[src]

Converts internal value into pointer of str.

Converts internal value into a plain String.

Trait Implementations

impl Debug for CStringLong
[src]

Formats the value using the given formatter.

impl Clone for CStringLong
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl IntoBytes for CStringLong
[src]

Converts into Cassandra byte representation of [string]

impl FromCursor for CStringLong
[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