Struct cdrs::frame::frame_error::AlreadyExistsError [] [src]

pub struct AlreadyExistsError {
    pub ks: CString,
    pub table: CString,
}

The query attempted to create a keyspace or a table that was already existing. Read more...

Fields

Represents either the keyspace that already exists, or the keyspace in which the table that already exists is.

Represents the name of the table that already exists.

Trait Implementations

impl Debug for AlreadyExistsError
[src]

Formats the value using the given formatter.

impl FromCursor for AlreadyExistsError
[src]

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