Struct cassandra_cpp::Field [] [src]

pub struct Field {
    pub name: String,
    pub value: Value,
}

A field's metadata

Fields

The field's name

The field's value

Methods

impl Field
[src]

Gets the name of this field

Gets the type of this field

Gets the value of an inet field

Gets the value of an u32 field

Gets the value of an i8 field

Gets the value of an i16 field

Gets the value of an ASCII, Text, or Varchar field

Gets the value of an i32 field

Gets the value of an i64 field

Gets the value of a float field

Gets the value of a double field

Gets the value of a bool field

Gets the value of a uuid field

Gets the value of a map field as an iterator

Gets the value of a set field as an iterator

Trait Implementations

impl Debug for Field
[src]

Formats the value using the given formatter.

impl Display for Field
[src]

Formats the value using the given formatter. Read more