Struct cdrs::frame::frame_result::BodyResResultSetKeyspace [] [src]

pub struct BodyResResultSetKeyspace {
    pub body: CString,
}

It represents set keyspace result body. Body contains keyspace name.

Fields

It contains name of keyspace that was set.

Methods

impl BodyResResultSetKeyspace
[src]

Factory function that takes body value and returns new instance of BodyResResultSetKeyspace.

Trait Implementations

impl Debug for BodyResResultSetKeyspace
[src]

Formats the value using the given formatter.

impl FromCursor for BodyResResultSetKeyspace
[src]

It should return an implementor from an io::Cursor over an array of bytes.