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

pub struct CUdt {
    pub ks: CString,
    pub udt_name: CString,
    pub descriptions: Vec<(CString, ColTypeOption)>,
}

User defined type. Read more...

Fields

Keyspace name.

UDT name

List of pairs (name, type) where name is field name and type is type of field.

Trait Implementations

impl Debug for CUdt
[src]

[src]

Formats the value using the given formatter.

impl Clone for CUdt
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl FromCursor for CUdt
[src]

[src]

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