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]
pub fn get_name(&self) -> String[src]
Gets the name of this field
pub fn get_type(&self) -> ValueType[src]
Gets the type of this field
pub fn get_value(&self) -> &Value[src]
Gets the value of this field
Trait Implementations
impl Debug for Field[src]
fn fmt(&self, f: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more