Struct cassandra_cpp::Field
[−]
[src]
pub struct Field {
pub name: String,
pub value: Value,
}A field's metadata
Fields
name: String
The field's name
value: Value
The field's value
Methods
impl Field[src]
fn get_name(&self) -> String
Gets the name of this field
fn get_type(&self) -> ValueType
Gets the type of this field
fn get_value(&self) -> &Value
Gets the value of this field