Struct cassandra_protocol::frame::frame_result::CUdt [−][src]
pub struct CUdt {
pub ks: String,
pub udt_name: String,
pub descriptions: Vec<(String, ColTypeOption)>,
}
Expand description
User defined type.
Fields
ks: String
Keyspace name.
udt_name: String
Udt name
descriptions: Vec<(String, ColTypeOption)>
List of pairs (name, type)
where name is field name and type is type of field.
Trait Implementations
This method returns an ordering between self
and other
values if one exists. Read more
This method tests less than (for self
and other
) and is used by the <
operator. Read more
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for CUdt
impl UnwindSafe for CUdt
Blanket Implementations
Mutably borrows from an owned value. Read more